Skip to content

Commit c911576

Browse files
committed
chore: update test app
1 parent c9864be commit c911576

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

apps/example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ PODS:
11871187
- React-logger (= 0.74.2)
11881188
- React-perflogger (= 0.74.2)
11891189
- React-utils (= 0.74.2)
1190-
- ReactNativeHost (0.4.12):
1190+
- ReactNativeHost (0.5.0):
11911191
- DoubleConversion
11921192
- glog
11931193
- hermes-engine
@@ -1209,7 +1209,7 @@ PODS:
12091209
- ReactCommon/turbomodule/bridging
12101210
- ReactCommon/turbomodule/core
12111211
- Yoga
1212-
- ReactTestApp-DevSupport (3.9.7):
1212+
- ReactTestApp-DevSupport (3.10.8):
12131213
- React-Core
12141214
- React-jsi
12151215
- ReactTestApp-Resources (1.0.0-dev)
@@ -1577,8 +1577,8 @@ SPEC CHECKSUMS:
15771577
React-runtimescheduler: 56b642bf605ba5afa500d35790928fc1d51565ad
15781578
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
15791579
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
1580-
ReactNativeHost: 547e5d20836795b21b4946b7c2d31a0303e0d10e
1581-
ReactTestApp-DevSupport: 74676edd899013becce4eaecc5eabba1fc51e26e
1580+
ReactNativeHost: 76fb17eac13a9a2200f659deffc91c054731a7e2
1581+
ReactTestApp-DevSupport: 690d06567b7ecae4f2f98dff5e4881c8d25be8e2
15821582
ReactTestApp-Resources: 857244f3a23f2b3157b364fa06cf3e8866deff9c
15831583
RNGestureHandler: 67e78f16895947f7e57ab91e75e914d3e9ef7239
15841584
RNReanimated: 4c72fc2c0f4c6a9c36932e653cd68e4521b6c4ac

apps/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"android": "react-native run-android",
99
"ios": "react-native run-ios",
1010
"start": "react-native start",
11-
"pod:install": "cd ios && pod install",
11+
"pod:install": "pod install --project-directory=ios",
1212
"build:android": "cd android && ./gradlew assembleDebug --warning-mode all",
1313
"build:ios": "yarn run mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist && react-native build-ios --scheme Example --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\"",
1414
"mkdist": "node -e \"require('node:fs').mkdirSync('dist', { recursive: true, mode: 0o755 })\""
@@ -51,7 +51,7 @@
5151
"eslint-config-react-native-wcandillon": "^3.10.2",
5252
"jest": "^29.6.3",
5353
"prettier": "2.8.8",
54-
"react-native-test-app": "^3.9.7",
54+
"react-native-test-app": "^3.10.8",
5555
"react-test-renderer": "18.2.0",
5656
"typescript": "5.0.4"
5757
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3258,12 +3258,12 @@ __metadata:
32583258
languageName: node
32593259
linkType: hard
32603260

3261-
"@rnx-kit/react-native-host@npm:^0.4.12":
3262-
version: 0.4.12
3263-
resolution: "@rnx-kit/react-native-host@npm:0.4.12"
3261+
"@rnx-kit/react-native-host@npm:^0.5.0":
3262+
version: 0.5.0
3263+
resolution: "@rnx-kit/react-native-host@npm:0.5.0"
32643264
peerDependencies:
32653265
react-native: ">=0.66"
3266-
checksum: edba632e9f4cccf88afcfd6ab717db97b93f2cd6bf4ebc04ba26d8d790465368ddf31230be4dc1f643c05535a7e38e8588035d8b0f286a19fe9f4e130271eafb
3266+
checksum: 5d8477169dc215b838c1ee47e2f7905e5decc86759a8ab245d9a99ee46cb35794a1442b597653223924288698126a1912e898bdd51dbe9043f296f63f3aeb3f2
32673267
languageName: node
32683268
linkType: hard
32693269

@@ -4260,7 +4260,7 @@ __metadata:
42604260
react-native-reanimated: ^3.12.1
42614261
react-native-safe-area-context: ^4.10.7
42624262
react-native-screens: ^3.32.0
4263-
react-native-test-app: ^3.9.7
4263+
react-native-test-app: ^3.10.8
42644264
react-native-wgpu: "*"
42654265
react-test-renderer: 18.2.0
42664266
teapot: ^1.0.0
@@ -10606,11 +10606,11 @@ __metadata:
1060610606
languageName: node
1060710607
linkType: hard
1060810608

10609-
"react-native-test-app@npm:^3.9.7":
10610-
version: 3.9.7
10611-
resolution: "react-native-test-app@npm:3.9.7"
10609+
"react-native-test-app@npm:^3.10.8":
10610+
version: 3.10.8
10611+
resolution: "react-native-test-app@npm:3.10.8"
1061210612
dependencies:
10613-
"@rnx-kit/react-native-host": ^0.4.12
10613+
"@rnx-kit/react-native-host": ^0.5.0
1061410614
ajv: ^8.0.0
1061510615
cliui: ^8.0.0
1061610616
fast-xml-parser: ^4.0.0
@@ -10622,7 +10622,7 @@ __metadata:
1062210622
"@expo/config-plugins": ">=5.0"
1062310623
react: 17.0.1 - 19.0
1062410624
react-native: 0.66 - 0.75 || >=0.76.0-0 <0.76.0
10625-
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.74
10625+
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75
1062610626
react-native-windows: ^0.0.0-0 || 0.66 - 0.75
1062710627
peerDependenciesMeta:
1062810628
"@callstack/react-native-visionos":
@@ -10638,7 +10638,7 @@ __metadata:
1063810638
init: scripts/init.mjs
1063910639
init-test-app: scripts/init.mjs
1064010640
install-windows-test-app: windows/test-app.mjs
10641-
checksum: 491e586240c52ed6eb133a492dc4f39f481f4e4f5d7c8639122d925845644ea42d5bd7196ffc513f260c47605bdaa1a7932b35a21b1c626d9d8b66d0a920a9b8
10641+
checksum: 152454865ff99204f3dc4bf71b76ba07780222d44593e1a8457e887ff2c5affa3b7eb948d7039714d270931c7f1aa50ba282058a0605f646148c2cee758ede96
1064210642
languageName: node
1064310643
linkType: hard
1064410644

0 commit comments

Comments
 (0)