File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @react-native-node-api/test-app " : patch
3+ ---
4+
5+ Added variables to use precompiled ios builds that can help speed it up
Original file line number Diff line number Diff line change 66 "metro" : " react-native start --no-interactive" ,
77 "android" : " react-native run-android --no-packager --active-arch-only" ,
88 "ios" : " react-native run-ios --no-packager" ,
9- "pod-install" : " cd ios && pod install" ,
9+ "pod-install" : " cd ios && RCT_USE_PREBUILT_RNCORE=1 RCT_USE_RN_DEP=1 pod install" ,
1010 "test:android" : " mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --" ,
1111 "test:android:allTests" : " MOCHA_REMOTE_CONTEXT=allTests npm run test:android -- " ,
1212 "test:android:nodeAddonExamples" : " MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:android -- " ,
3535 "mocha-remote-cli" : " ^1.13.2" ,
3636 "mocha-remote-react-native" : " ^1.13.2" ,
3737 "react" : " 19.0.0" ,
38- "react-native" : " 0.79.5 " ,
38+ "react-native" : " ~0.81 " ,
3939 "react-native-node-addon-examples" : " *" ,
4040 "react-native-node-api" : " *" ,
4141 "react-native-test-app" : " ^4.3.3"
You can’t perform that action at this time.
0 commit comments