File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 562
562
COPY_PHASE_STRIP = NO;
563
563
ENABLE_STRICT_OBJC_MSGSEND = YES;
564
564
ENABLE_TESTABILITY = YES;
565
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386 ;
565
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ” ;
566
566
GCC_C_LANGUAGE_STANDARD = gnu99;
567
567
GCC_DYNAMIC_NO_PIC = NO;
568
568
GCC_NO_COMMON_BLOCKS = YES;
596
596
"-DFOLLY_MOBILE=1",
597
597
"-DFOLLY_USE_LIBCPP=1",
598
598
);
599
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
600
599
SDKROOT = iphoneos;
601
600
};
602
601
name = Debug;
634
633
COPY_PHASE_STRIP = YES;
635
634
ENABLE_NS_ASSERTIONS = NO;
636
635
ENABLE_STRICT_OBJC_MSGSEND = YES;
637
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386 ;
636
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "" ;
638
637
GCC_C_LANGUAGE_STANDARD = gnu99;
639
638
GCC_NO_COMMON_BLOCKS = YES;
640
639
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
660
659
"-DFOLLY_MOBILE=1",
661
660
"-DFOLLY_USE_LIBCPP=1",
662
661
);
663
- REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
664
662
SDKROOT = iphoneos;
665
663
VALIDATE_PRODUCT = YES;
666
664
};
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"react" : " 18.1.0" ,
14
- "react-native" : " 0.70.3 "
14
+ "react-native" : " 0.70.4 "
15
15
},
16
16
"devDependencies" : {
17
17
"@babel/core" : " ^7.12.9" ,
20
20
"@tsconfig/react-native" : " ^2.0.2" ,
21
21
"@types/jest" : " ^26.0.23" ,
22
22
"@types/react" : " ^18.0.21" ,
23
- "@types/react-native" : " ^0.70.4 " ,
23
+ "@types/react-native" : " ^0.70.6 " ,
24
24
"@types/react-test-renderer" : " ^18.0.0" ,
25
25
"@typescript-eslint/eslint-plugin" : " ^5.37.0" ,
26
26
"@typescript-eslint/parser" : " ^5.37.0" ,
You can’t perform that action at this time.
0 commit comments