Skip to content

Commit

Permalink
test: temporairly patch test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Sep 19, 2024
1 parent c9864be commit da87a0a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions apps/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ PODS:
- React-logger (= 0.74.2)
- React-perflogger (= 0.74.2)
- React-utils (= 0.74.2)
- ReactNativeHost (0.4.12):
- ReactNativeHost (0.5.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1209,7 +1209,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ReactTestApp-DevSupport (3.9.7):
- ReactTestApp-DevSupport (0.0.1-dev):
- React-Core
- React-jsi
- ReactTestApp-Resources (1.0.0-dev)
Expand Down Expand Up @@ -1577,8 +1577,8 @@ SPEC CHECKSUMS:
React-runtimescheduler: 56b642bf605ba5afa500d35790928fc1d51565ad
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
ReactNativeHost: 547e5d20836795b21b4946b7c2d31a0303e0d10e
ReactTestApp-DevSupport: 74676edd899013becce4eaecc5eabba1fc51e26e
ReactNativeHost: 76fb17eac13a9a2200f659deffc91c054731a7e2
ReactTestApp-DevSupport: c4abadbb90a8a9903400407e9857c2a2ef0343fb
ReactTestApp-Resources: 857244f3a23f2b3157b364fa06cf3e8866deff9c
RNGestureHandler: 67e78f16895947f7e57ab91e75e914d3e9ef7239
RNReanimated: 4c72fc2c0f4c6a9c36932e653cd68e4521b6c4ac
Expand Down
4 changes: 2 additions & 2 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pod:install": "cd ios && pod install",
"pod:install": "pod install --project-directory=ios",
"build:android": "cd android && ./gradlew assembleDebug --warning-mode all",
"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\"",
"mkdist": "node -e \"require('node:fs').mkdirSync('dist', { recursive: true, mode: 0o755 })\""
Expand Down Expand Up @@ -51,7 +51,7 @@
"eslint-config-react-native-wcandillon": "^3.10.2",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-test-app": "^3.9.7",
"react-native-test-app": "^3.10.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3258,12 +3258,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.4.12":
version: 0.4.12
resolution: "@rnx-kit/react-native-host@npm:0.4.12"
"@rnx-kit/react-native-host@npm:^0.5.0":
version: 0.5.0
resolution: "@rnx-kit/react-native-host@npm:0.5.0"
peerDependencies:
react-native: ">=0.66"
checksum: edba632e9f4cccf88afcfd6ab717db97b93f2cd6bf4ebc04ba26d8d790465368ddf31230be4dc1f643c05535a7e38e8588035d8b0f286a19fe9f4e130271eafb
checksum: 5d8477169dc215b838c1ee47e2f7905e5decc86759a8ab245d9a99ee46cb35794a1442b597653223924288698126a1912e898bdd51dbe9043f296f63f3aeb3f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -4260,7 +4260,7 @@ __metadata:
react-native-reanimated: ^3.12.1
react-native-safe-area-context: ^4.10.7
react-native-screens: ^3.32.0
react-native-test-app: ^3.9.7
react-native-test-app: ^3.10.8
react-native-wgpu: "*"
react-test-renderer: 18.2.0
teapot: ^1.0.0
Expand Down Expand Up @@ -10606,11 +10606,11 @@ __metadata:
languageName: node
linkType: hard

"react-native-test-app@npm:^3.9.7":
version: 3.9.7
resolution: "react-native-test-app@npm:3.9.7"
"react-native-test-app@npm:^3.10.8":
version: 3.10.8
resolution: "react-native-test-app@npm:3.10.8"
dependencies:
"@rnx-kit/react-native-host": ^0.4.12
"@rnx-kit/react-native-host": ^0.5.0
ajv: ^8.0.0
cliui: ^8.0.0
fast-xml-parser: ^4.0.0
Expand All @@ -10622,7 +10622,7 @@ __metadata:
"@expo/config-plugins": ">=5.0"
react: 17.0.1 - 19.0
react-native: 0.66 - 0.75 || >=0.76.0-0 <0.76.0
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.74
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75
react-native-windows: ^0.0.0-0 || 0.66 - 0.75
peerDependenciesMeta:
"@callstack/react-native-visionos":
Expand All @@ -10638,7 +10638,7 @@ __metadata:
init: scripts/init.mjs
init-test-app: scripts/init.mjs
install-windows-test-app: windows/test-app.mjs
checksum: 491e586240c52ed6eb133a492dc4f39f481f4e4f5d7c8639122d925845644ea42d5bd7196ffc513f260c47605bdaa1a7932b35a21b1c626d9d8b66d0a920a9b8
checksum: 152454865ff99204f3dc4bf71b76ba07780222d44593e1a8457e887ff2c5affa3b7eb948d7039714d270931c7f1aa50ba282058a0605f646148c2cee758ede96
languageName: node
linkType: hard

Expand Down

0 comments on commit da87a0a

Please sign in to comment.