Skip to content

Commit 30b0719

Browse files
committed
add changes
1 parent e613efe commit 30b0719

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/tiny-pianos-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

apps/test-app/package.json

Lines changed: 2 additions & 2 deletions
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 && 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 -- ",
@@ -35,7 +35,7 @@
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"

0 commit comments

Comments
 (0)