diff --git a/Example/testHotUpdate/bun.lock b/Example/testHotUpdate/bun.lock index 30baa73..6e52d3a 100644 --- a/Example/testHotUpdate/bun.lock +++ b/Example/testHotUpdate/bun.lock @@ -12,7 +12,7 @@ "react-native-paper": "^5.14.5", "react-native-safe-area-context": "^5.6.1", "react-native-svg": "^15.13.0", - "react-native-update": "^10.31.2", + "react-native-update": "^10.34.4", "react-native-vector-icons": "^10.3.0", }, "devDependencies": { @@ -1430,7 +1430,7 @@ "react-native-svg": ["react-native-svg@15.13.0", "", { "dependencies": { "css-select": "^5.1.0", "css-tree": "^1.1.3", "warn-once": "0.1.1" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-/YPK+PAAXg4T0x2d2vYPvqqAhOYid2bRKxUVT7STIyd1p2JxWmsGQkfZxXCkEFN7TwLfIyVlT5RimT91Pj/qXw=="], - "react-native-update": ["react-native-update@10.31.2", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-doKTDyU/+6eN1jDswSh1HxnM9/XuxYFM65dLadsYVR+JvdLJ0PtbceSauthv4HYI3QXoeGaStkrRCaQAVKvp+w=="], + "react-native-update": ["react-native-update@10.34.4", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-yuXlff7EMUDyp1js2NylOw9jT0sVXoc5rpaRhzoYYcwfQTQq1Qp53qpyupDuUj43MEv5ikfJ6xBd/iRpXuanNg=="], "react-native-url-polyfill": ["react-native-url-polyfill@2.0.0", "", { "dependencies": { "whatwg-url-without-unicode": "8.0.0-3" }, "peerDependencies": { "react-native": "*" } }, "sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA=="], diff --git a/Example/testHotUpdate/ios/AwesomeProject.xcodeproj/project.pbxproj b/Example/testHotUpdate/ios/AwesomeProject.xcodeproj/project.pbxproj index 81e4d12..a8c1a96 100644 --- a/Example/testHotUpdate/ios/AwesomeProject.xcodeproj/project.pbxproj +++ b/Example/testHotUpdate/ios/AwesomeProject.xcodeproj/project.pbxproj @@ -403,6 +403,8 @@ "-DFOLLY_NO_CONFIG", "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", + "-DFOLLY_CFG_NO_COROUTINES=1", + "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); OTHER_LDFLAGS = "$(inherited)"; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; @@ -475,6 +477,8 @@ "-DFOLLY_NO_CONFIG", "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", + "-DFOLLY_CFG_NO_COROUTINES=1", + "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); OTHER_LDFLAGS = "$(inherited)"; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; diff --git a/Example/testHotUpdate/ios/Podfile.lock b/Example/testHotUpdate/ios/Podfile.lock index 1a0e1f0..08bc5d8 100644 --- a/Example/testHotUpdate/ios/Podfile.lock +++ b/Example/testHotUpdate/ios/Podfile.lock @@ -1835,7 +1835,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-update (10.31.2): + - react-native-update (10.34.4): - boost - DoubleConversion - fast_float @@ -1854,7 +1854,7 @@ PODS: - React-graphics - React-ImageManager - React-jsi - - react-native-update/RCTPushy (= 10.31.2) + - react-native-update/RCTPushy (= 10.34.4) - React-NativeModulesApple - React-RCTFabric - React-renderercss @@ -1866,7 +1866,7 @@ PODS: - SocketRocket - SSZipArchive - Yoga - - react-native-update/RCTPushy (10.31.2): + - react-native-update/RCTPushy (10.34.4): - boost - DoubleConversion - fast_float @@ -2800,7 +2800,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 9d2434a42701d6144ca18f0ca1c4507808ca7696 React-microtasksnativemodule: 75b6604b667d297292345302cc5bfb6b6aeccc1b react-native-safe-area-context: c6e2edd1c1da07bdce287fa9d9e60c5f7b514616 - react-native-update: 7a05a78c6da651c1961b8407859f44bd0aa9b03a + react-native-update: 822780a6d3c8482d47ba50b5801ed295c0dfcaff React-NativeModulesApple: 879fbdc5dcff7136abceb7880fe8a2022a1bd7c3 React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d React-perflogger: 5536d2df3d18fe0920263466f7b46a56351c0510 diff --git a/Example/testHotUpdate/package.json b/Example/testHotUpdate/package.json index e781316..4bc3394 100644 --- a/Example/testHotUpdate/package.json +++ b/Example/testHotUpdate/package.json @@ -10,8 +10,7 @@ "test:e2e": "detox test --configuration android.emu.debug", "lint": "eslint .", "postinstall": "patch-package", - "apk": "cd android && ./gradlew assembleRelease", - "dev:harmony": "react-native bundle-harmony --dev" + "apk": "cd android && ./gradlew assembleRelease" }, "dependencies": { "form-data": "^4.0.4", @@ -22,7 +21,7 @@ "react-native-paper": "^5.14.5", "react-native-safe-area-context": "^5.6.1", "react-native-svg": "^15.13.0", - "react-native-update": "^10.31.2", + "react-native-update": "^10.34.4", "react-native-vector-icons": "^10.3.0" }, "devDependencies": {