Skip to content
Open
5 changes: 5 additions & 0 deletions .changeset/tiny-pianos-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-native-node-api/test-app": patch
---

Added variables to use precompiled ios builds that can help speed it up
6 changes: 3 additions & 3 deletions apps/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metro": "react-native start --no-interactive",
"android": "react-native run-android --no-packager --active-arch-only",
"ios": "react-native run-ios --no-packager",
"pod-install": "cd ios && pod install",
"pod-install": "cd ios && RCT_USE_PREBUILT_RNCORE=1 RCT_USE_RN_DEP=1 pod install",
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --",
"test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests npm run test:android -- ",
"test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples npm run test:android -- ",
Expand Down Expand Up @@ -38,8 +38,8 @@
"mocha": "^11.6.0",
"mocha-remote-cli": "^1.13.2",
"mocha-remote-react-native": "^1.13.2",
"react": "19.0.0",
"react-native": "0.79.5",
"react": "^19.1.0",
"react-native": "~0.81",
"react-native-node-api": "*",
"react-native-test-app": "^4.3.3"
}
Expand Down
Loading
Loading