77 "start" : " npm run install:pkg && npm run codegen && hdc rport tcp:8081 tcp:8081 && react-native start" ,
88 "codegen" : " react-native codegen-harmony --rnoh-module-path ./harmony/oh_modules/@rnoh/react-native-openharmony" ,
99 "pack:pkg" : " cd ../react-native-harmony-gesture-handler && npm run pack:prod && cd ../tester" ,
10- "install:pkg" : " npm uninstall react-native-harmony-gesture-handler && npm run pack:pkg && npm i react-native-harmony-gesture-handler@file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.13 .tgz" ,
10+ "install:pkg" : " npm uninstall react-native-harmony-gesture-handler && npm run pack:pkg && npm i react-native-harmony-gesture-handler@file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.14 .tgz" ,
1111 "dev:fast" : " react-native bundle-harmony" ,
1212 "dev" : " npm run codegen && react-native bundle-harmony --dev --minify=false" ,
13- "android" : " react-native run-android"
13+ "android" : " react-native run-android" ,
14+ "format:cpp" : " zsh -c 'clang-format -i ./harmony/gesture_handler/src/main/cpp/**/*.h ./harmony/gesture_handler/src/main/cpp/**/*.cpp ./harmony/entry/**/*.h ./harmony/entry/**/*.cpp --style=file:./harmony/.clang-format'"
1415 },
1516 "dependencies" : {
1617 "@rnoh/testerino" : " file:rnoh_package/testerino/rnoh-testerino-0.0.9.tgz" ,
1718 "react" : " 18.2.0" ,
1819 "react-native" : " 0.72.5" ,
1920 "react-native-gesture-handler" : " 2.14.1" ,
2021 "react-native-harmony" : " file:rnoh_package/react-native-harmony/rnoh-react-native-harmony-0.72.35.tgz" ,
21- "react-native-harmony-gesture-handler" : " file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.12 .tgz"
22+ "react-native-harmony-gesture-handler" : " file:../react-native-harmony-gesture-handler/react-native-oh-tpl-react-native-gesture-handler-2.14.14 .tgz"
2223 },
2324 "devDependencies" : {
2425 "@babel/core" : " ^7.20.0" ,
4748 "@rnoh/react-native-harmony-cli" : " file:rnoh_package/react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.27.tgz" ,
4849 "@react-native/codegen" : " 0.74.0"
4950 }
50- }
51+ }
0 commit comments