Skip to content

Commit b947a6e

Browse files
committed
disabled flag
1 parent 30b0719 commit b947a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 && RCT_USE_PREBUILT_RNCORE=1 RCT_USE_RN_DEP=1 pod install",
9+
"pod-install": "cd ios && RCT_USE_PREBUILT_RNCORE=0 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 -- ",

0 commit comments

Comments
 (0)