Skip to content

Commit 734b149

Browse files
package control
1 parent b2b3056 commit 734b149

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

ios/mirrorfly_rn.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,10 @@
700700
"-DFOLLY_CFG_NO_COROUTINES=1",
701701
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
702702
);
703-
OTHER_LDFLAGS = "$(inherited) ";
703+
OTHER_LDFLAGS = (
704+
"$(inherited)",
705+
" ",
706+
);
704707
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
705708
SDKROOT = iphoneos;
706709
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -784,7 +787,10 @@
784787
"-DFOLLY_CFG_NO_COROUTINES=1",
785788
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
786789
);
787-
OTHER_LDFLAGS = "$(inherited) ";
790+
OTHER_LDFLAGS = (
791+
"$(inherited)",
792+
" ",
793+
);
788794
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
789795
SDKROOT = iphoneos;
790796
USE_HERMES = true;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-native-incall-manager": "^4.1.0",
7575
"react-native-keep-awake": "4.0.0",
7676
"react-native-keyevent": "^0.3.2",
77-
"react-native-maps": "^1.20.1",
77+
"react-native-maps": "1.20.1",
7878
"react-native-material-menu": "^2.0.0",
7979
"react-native-pager-view": "6.5.1",
8080
"react-native-permissions": "^5.2.4",
@@ -83,7 +83,7 @@
8383
"react-native-reanimated": "^3.17.0",
8484
"react-native-ringer-mode": "^2.0.1",
8585
"react-native-safe-area-context": "^4.14.0",
86-
"react-native-screens": "^4.3.0",
86+
"react-native-screens": "4.3.0",
8787
"react-native-sound": "^0.11.2",
8888
"react-native-svg": "^15.9.0",
8989
"react-native-svg-transformer": "^1.3.0",

0 commit comments

Comments
 (0)