File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 403403 "-DFOLLY_NO_CONFIG",
404404 "-DFOLLY_MOBILE=1",
405405 "-DFOLLY_USE_LIBCPP=1",
406+ "-DFOLLY_CFG_NO_COROUTINES=1",
407+ "-DFOLLY_HAVE_CLOCK_GETTIME=1",
406408 );
407409 OTHER_LDFLAGS = "$(inherited)";
408410 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
475477 "-DFOLLY_NO_CONFIG",
476478 "-DFOLLY_MOBILE=1",
477479 "-DFOLLY_USE_LIBCPP=1",
480+ "-DFOLLY_CFG_NO_COROUTINES=1",
481+ "-DFOLLY_HAVE_CLOCK_GETTIME=1",
478482 );
479483 OTHER_LDFLAGS = "$(inherited)";
480484 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Original file line number Diff line number Diff line change @@ -1835,7 +1835,7 @@ PODS:
18351835 - ReactCommon/turbomodule/core
18361836 - SocketRocket
18371837 - Yoga
1838- - react-native-update (10.31.2 ):
1838+ - react-native-update (10.34.4 ):
18391839 - boost
18401840 - DoubleConversion
18411841 - fast_float
@@ -1854,7 +1854,7 @@ PODS:
18541854 - React-graphics
18551855 - React-ImageManager
18561856 - React-jsi
1857- - react-native-update/RCTPushy (= 10.31.2 )
1857+ - react-native-update/RCTPushy (= 10.34.4 )
18581858 - React-NativeModulesApple
18591859 - React-RCTFabric
18601860 - React-renderercss
@@ -1866,7 +1866,7 @@ PODS:
18661866 - SocketRocket
18671867 - SSZipArchive
18681868 - Yoga
1869- - react-native-update/RCTPushy (10.31.2 ):
1869+ - react-native-update/RCTPushy (10.34.4 ):
18701870 - boost
18711871 - DoubleConversion
18721872 - fast_float
@@ -2800,7 +2800,7 @@ SPEC CHECKSUMS:
28002800 React-Mapbuffer: 9d2434a42701d6144ca18f0ca1c4507808ca7696
28012801 React-microtasksnativemodule: 75b6604b667d297292345302cc5bfb6b6aeccc1b
28022802 react-native-safe-area-context: c6e2edd1c1da07bdce287fa9d9e60c5f7b514616
2803- react-native-update: 7a05a78c6da651c1961b8407859f44bd0aa9b03a
2803+ react-native-update: 822780a6d3c8482d47ba50b5801ed295c0dfcaff
28042804 React-NativeModulesApple: 879fbdc5dcff7136abceb7880fe8a2022a1bd7c3
28052805 React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d
28062806 React-perflogger: 5536d2df3d18fe0920263466f7b46a56351c0510
Original file line number Diff line number Diff line change 1010 "test:e2e" : " detox test --configuration android.emu.debug" ,
1111 "lint" : " eslint ." ,
1212 "postinstall" : " patch-package" ,
13- "apk" : " cd android && ./gradlew assembleRelease" ,
14- "dev:harmony" : " react-native bundle-harmony --dev"
13+ "apk" : " cd android && ./gradlew assembleRelease"
1514 },
1615 "dependencies" : {
1716 "form-data" : " ^4.0.4" ,
2221 "react-native-paper" : " ^5.14.5" ,
2322 "react-native-safe-area-context" : " ^5.6.1" ,
2423 "react-native-svg" : " ^15.13.0" ,
25- "react-native-update" : " ^10.31.2 " ,
24+ "react-native-update" : " ^10.34.4 " ,
2625 "react-native-vector-icons" : " ^10.3.0"
2726 },
2827 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments