File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
ios/mirrorfly_rn.xcodeproj Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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";
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;
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments