We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b0719 commit b947a6eCopy full SHA for b947a6e
apps/test-app/package.json
@@ -6,7 +6,7 @@
6
"metro": "react-native start --no-interactive",
7
"android": "react-native run-android --no-packager --active-arch-only",
8
"ios": "react-native run-ios --no-packager",
9
- "pod-install": "cd ios && RCT_USE_PREBUILT_RNCORE=1 RCT_USE_RN_DEP=1 pod install",
+ "pod-install": "cd ios && RCT_USE_PREBUILT_RNCORE=0 RCT_USE_RN_DEP=1 pod install",
10
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --",
11
"test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests npm run test:android -- ",
12
"test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:android -- ",
0 commit comments