Skip to content

Commit ebf2ea7

Browse files
committed
upgrade to RN-0 62 upgrade node to 12 17 0
1 parent 75279bf commit ebf2ea7

File tree

11 files changed

+751
-209
lines changed

11 files changed

+751
-209
lines changed

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.9
1+
12.17.0

Diff for: example/src/screens/menu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default class MenuScreen extends Component {
9999

100100
const styles = StyleSheet.create({
101101
container: {
102-
flex: 1,
102+
flex: 1,
103103
alignItems: 'center'
104104
},
105105
image: {

Diff for: ios/CalendarsExample.xcodeproj/project.pbxproj

+46-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
1313
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1414
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15+
247F69DC2483A793006A1A73 /* main.jsbundle in Resources */ = {isa = PBXBuildFile; fileRef = 247F69DB2483A793006A1A73 /* main.jsbundle */; };
1516
2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
1617
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1718
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
@@ -294,7 +295,6 @@
294295
/* End PBXContainerItemProxy section */
295296

296297
/* Begin PBXFileReference section */
297-
008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
298298
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
299299
00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
300300
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
@@ -313,6 +313,7 @@
313313
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = CalendarsExample/Info.plist; sourceTree = "<group>"; };
314314
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = CalendarsExample/main.m; sourceTree = "<group>"; };
315315
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
316+
247F69DB2483A793006A1A73 /* main.jsbundle */ = {isa = PBXFileReference; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
316317
253243C6BBBACF21ABBB441D /* Pods_CalendarsExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CalendarsExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
317318
2D02E47B1E0B4A5D006451C7 /* CalendarsExample-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CalendarsExample-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
318319
2D02E4901E0B4A5D006451C7 /* CalendarsExample-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "CalendarsExample-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -460,7 +461,7 @@
460461
13B07FAE1A68108700A75B9A /* CalendarsExample */ = {
461462
isa = PBXGroup;
462463
children = (
463-
008F07F21AC5B25A0029DE68 /* main.jsbundle */,
464+
247F69DB2483A793006A1A73 /* main.jsbundle */,
464465
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
465466
13B07FB01A68108700A75B9A /* AppDelegate.m */,
466467
13B07FB51A68108700A75B9A /* Images.xcassets */,
@@ -677,13 +678,17 @@
677678
83CBB9F71A601CBA00E9B192 /* Project object */ = {
678679
isa = PBXProject;
679680
attributes = {
680-
LastUpgradeCheck = 610;
681+
LastUpgradeCheck = 1120;
681682
ORGANIZATIONNAME = Facebook;
682683
TargetAttributes = {
683684
00E356ED1AD99517003FC87E = {
684685
CreatedOnToolsVersion = 6.2;
685686
TestTargetID = 13B07F861A680F5B00A75B9A;
686687
};
688+
13B07F861A680F5B00A75B9A = {
689+
DevelopmentTeam = 78G36M9BB8;
690+
ProvisioningStyle = Automatic;
691+
};
687692
2D02E47A1E0B4A5D006451C7 = {
688693
CreatedOnToolsVersion = 8.2.1;
689694
ProvisioningStyle = Automatic;
@@ -1023,6 +1028,7 @@
10231028
isa = PBXResourcesBuildPhase;
10241029
buildActionMask = 2147483647;
10251030
files = (
1031+
247F69DC2483A793006A1A73 /* main.jsbundle in Resources */,
10261032
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
10271033
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
10281034
);
@@ -1109,7 +1115,6 @@
11091115
"${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
11101116
"${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
11111117
"${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
1112-
"${BUILT_PRODUCTS_DIR}/React-RCTActionSheet/RCTActionSheet.framework",
11131118
"${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework",
11141119
"${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework",
11151120
"${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework",
@@ -1135,7 +1140,6 @@
11351140
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
11361141
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
11371142
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
1138-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTActionSheet.framework",
11391143
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework",
11401144
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework",
11411145
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework",
@@ -1301,6 +1305,7 @@
13011305
INFOPLIST_FILE = CalendarsExampleTests/Info.plist;
13021306
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13031307
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1308+
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
13041309
PRODUCT_NAME = "$(TARGET_NAME)";
13051310
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CalendarsExample.app/CalendarsExample";
13061311
};
@@ -1315,6 +1320,7 @@
13151320
INFOPLIST_FILE = CalendarsExampleTests/Info.plist;
13161321
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
13171322
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1323+
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
13181324
PRODUCT_NAME = "$(TARGET_NAME)";
13191325
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CalendarsExample.app/CalendarsExample";
13201326
};
@@ -1325,11 +1331,16 @@
13251331
baseConfigurationReference = 3297F784662D20D095BF1AFB /* Pods-CalendarsExample.debug.xcconfig */;
13261332
buildSettings = {
13271333
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1334+
CODE_SIGN_IDENTITY = "Apple Development";
1335+
CODE_SIGN_STYLE = Automatic;
13281336
CURRENT_PROJECT_VERSION = 1;
13291337
DEAD_CODE_STRIPPING = NO;
1338+
DEVELOPMENT_TEAM = 78G36M9BB8;
13301339
INFOPLIST_FILE = CalendarsExample/Info.plist;
13311340
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1341+
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.chen.CalendarsExample;
13321342
PRODUCT_NAME = CalendarsExample;
1343+
PROVISIONING_PROFILE_SPECIFIER = "";
13331344
TARGETED_DEVICE_FAMILY = "1,2";
13341345
VERSIONING_SYSTEM = "apple-generic";
13351346
};
@@ -1340,10 +1351,15 @@
13401351
baseConfigurationReference = 46A23C7C177DC438E0CBB3F9 /* Pods-CalendarsExample.release.xcconfig */;
13411352
buildSettings = {
13421353
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1354+
CODE_SIGN_IDENTITY = "Apple Development";
1355+
CODE_SIGN_STYLE = Automatic;
13431356
CURRENT_PROJECT_VERSION = 1;
1357+
DEVELOPMENT_TEAM = 78G36M9BB8;
13441358
INFOPLIST_FILE = CalendarsExample/Info.plist;
13451359
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1360+
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.chen.CalendarsExample;
13461361
PRODUCT_NAME = CalendarsExample;
1362+
PROVISIONING_PROFILE_SPECIFIER = "";
13471363
TARGETED_DEVICE_FAMILY = "1,2";
13481364
VERSIONING_SYSTEM = "apple-generic";
13491365
};
@@ -1445,24 +1461,37 @@
14451461
isa = XCBuildConfiguration;
14461462
buildSettings = {
14471463
ALWAYS_SEARCH_USER_PATHS = NO;
1464+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
14481465
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
14491466
CLANG_CXX_LIBRARY = "libc++";
14501467
CLANG_ENABLE_MODULES = YES;
14511468
CLANG_ENABLE_OBJC_ARC = YES;
1469+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
14521470
CLANG_WARN_BOOL_CONVERSION = YES;
1471+
CLANG_WARN_COMMA = YES;
14531472
CLANG_WARN_CONSTANT_CONVERSION = YES;
1473+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
14541474
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
14551475
CLANG_WARN_EMPTY_BODY = YES;
14561476
CLANG_WARN_ENUM_CONVERSION = YES;
1477+
CLANG_WARN_INFINITE_RECURSION = YES;
14571478
CLANG_WARN_INT_CONVERSION = YES;
1479+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1480+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
1481+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
14581482
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1483+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1484+
CLANG_WARN_STRICT_PROTOTYPES = YES;
1485+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
14591486
CLANG_WARN_UNREACHABLE_CODE = YES;
14601487
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
14611488
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14621489
COPY_PHASE_STRIP = NO;
14631490
ENABLE_STRICT_OBJC_MSGSEND = YES;
1491+
ENABLE_TESTABILITY = YES;
14641492
GCC_C_LANGUAGE_STANDARD = gnu99;
14651493
GCC_DYNAMIC_NO_PIC = NO;
1494+
GCC_NO_COMMON_BLOCKS = YES;
14661495
GCC_OPTIMIZATION_LEVEL = 0;
14671496
GCC_PREPROCESSOR_DEFINITIONS = (
14681497
"DEBUG=1",
@@ -1486,24 +1515,36 @@
14861515
isa = XCBuildConfiguration;
14871516
buildSettings = {
14881517
ALWAYS_SEARCH_USER_PATHS = NO;
1518+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
14891519
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
14901520
CLANG_CXX_LIBRARY = "libc++";
14911521
CLANG_ENABLE_MODULES = YES;
14921522
CLANG_ENABLE_OBJC_ARC = YES;
1523+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
14931524
CLANG_WARN_BOOL_CONVERSION = YES;
1525+
CLANG_WARN_COMMA = YES;
14941526
CLANG_WARN_CONSTANT_CONVERSION = YES;
1527+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
14951528
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
14961529
CLANG_WARN_EMPTY_BODY = YES;
14971530
CLANG_WARN_ENUM_CONVERSION = YES;
1531+
CLANG_WARN_INFINITE_RECURSION = YES;
14981532
CLANG_WARN_INT_CONVERSION = YES;
1533+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1534+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
1535+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
14991536
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1537+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1538+
CLANG_WARN_STRICT_PROTOTYPES = YES;
1539+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
15001540
CLANG_WARN_UNREACHABLE_CODE = YES;
15011541
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15021542
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15031543
COPY_PHASE_STRIP = YES;
15041544
ENABLE_NS_ASSERTIONS = NO;
15051545
ENABLE_STRICT_OBJC_MSGSEND = YES;
15061546
GCC_C_LANGUAGE_STANDARD = gnu99;
1547+
GCC_NO_COMMON_BLOCKS = YES;
15071548
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
15081549
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
15091550
GCC_WARN_UNDECLARED_SELECTOR = YES;

Diff for: ios/CalendarsExample.xcodeproj/xcshareddata/xcschemes/CalendarsExample-tvOS.xcscheme

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0820"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "NO"
@@ -55,6 +55,15 @@
5555
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5656
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
5757
shouldUseLaunchSchemeArgsEnv = "YES">
58+
<MacroExpansion>
59+
<BuildableReference
60+
BuildableIdentifier = "primary"
61+
BlueprintIdentifier = "2D02E47A1E0B4A5D006451C7"
62+
BuildableName = "CalendarsExample-tvOS.app"
63+
BlueprintName = "CalendarsExample-tvOS"
64+
ReferencedContainer = "container:CalendarsExample.xcodeproj">
65+
</BuildableReference>
66+
</MacroExpansion>
5867
<Testables>
5968
<TestableReference
6069
skipped = "NO">
@@ -67,17 +76,6 @@
6776
</BuildableReference>
6877
</TestableReference>
6978
</Testables>
70-
<MacroExpansion>
71-
<BuildableReference
72-
BuildableIdentifier = "primary"
73-
BlueprintIdentifier = "2D02E47A1E0B4A5D006451C7"
74-
BuildableName = "CalendarsExample-tvOS.app"
75-
BlueprintName = "CalendarsExample-tvOS"
76-
ReferencedContainer = "container:CalendarsExample.xcodeproj">
77-
</BuildableReference>
78-
</MacroExpansion>
79-
<AdditionalOptions>
80-
</AdditionalOptions>
8179
</TestAction>
8280
<LaunchAction
8381
buildConfiguration = "Debug"
@@ -99,8 +97,6 @@
9997
ReferencedContainer = "container:CalendarsExample.xcodeproj">
10098
</BuildableReference>
10199
</BuildableProductRunnable>
102-
<AdditionalOptions>
103-
</AdditionalOptions>
104100
</LaunchAction>
105101
<ProfileAction
106102
buildConfiguration = "Release"

Diff for: ios/CalendarsExample.xcodeproj/xcshareddata/xcschemes/CalendarsExample.xcscheme

+24-28
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0620"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "NO"
77
buildImplicitDependencies = "YES">
88
<BuildActionEntries>
9-
<BuildActionEntry
10-
buildForTesting = "YES"
11-
buildForRunning = "YES"
12-
buildForProfiling = "YES"
13-
buildForArchiving = "YES"
14-
buildForAnalyzing = "YES">
15-
<BuildableReference
16-
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "83CBBA2D1A601D0E00E9B192"
18-
BuildableName = "libReact.a"
19-
BlueprintName = "React"
20-
ReferencedContainer = "container:../node_modules/react-native/React/React.xcodeproj">
21-
</BuildableReference>
22-
</BuildActionEntry>
239
<BuildActionEntry
2410
buildForTesting = "YES"
2511
buildForRunning = "YES"
@@ -48,13 +34,36 @@
4834
ReferencedContainer = "container:CalendarsExample.xcodeproj">
4935
</BuildableReference>
5036
</BuildActionEntry>
37+
<BuildActionEntry
38+
buildForTesting = "YES"
39+
buildForRunning = "YES"
40+
buildForProfiling = "YES"
41+
buildForArchiving = "YES"
42+
buildForAnalyzing = "YES">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "1BEE828C124E6416179B904A9F66D794"
46+
BuildableName = "React"
47+
BlueprintName = "React"
48+
ReferencedContainer = "container:Pods/Pods.xcodeproj">
49+
</BuildableReference>
50+
</BuildActionEntry>
5151
</BuildActionEntries>
5252
</BuildAction>
5353
<TestAction
5454
buildConfiguration = "Debug"
5555
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5656
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
5757
shouldUseLaunchSchemeArgsEnv = "YES">
58+
<MacroExpansion>
59+
<BuildableReference
60+
BuildableIdentifier = "primary"
61+
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
62+
BuildableName = "CalendarsExample.app"
63+
BlueprintName = "CalendarsExample"
64+
ReferencedContainer = "container:CalendarsExample.xcodeproj">
65+
</BuildableReference>
66+
</MacroExpansion>
5867
<Testables>
5968
<TestableReference
6069
skipped = "NO">
@@ -67,17 +76,6 @@
6776
</BuildableReference>
6877
</TestableReference>
6978
</Testables>
70-
<MacroExpansion>
71-
<BuildableReference
72-
BuildableIdentifier = "primary"
73-
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
74-
BuildableName = "CalendarsExample.app"
75-
BlueprintName = "CalendarsExample"
76-
ReferencedContainer = "container:CalendarsExample.xcodeproj">
77-
</BuildableReference>
78-
</MacroExpansion>
79-
<AdditionalOptions>
80-
</AdditionalOptions>
8179
</TestAction>
8280
<LaunchAction
8381
buildConfiguration = "Debug"
@@ -99,8 +97,6 @@
9997
ReferencedContainer = "container:CalendarsExample.xcodeproj">
10098
</BuildableReference>
10199
</BuildableProductRunnable>
102-
<AdditionalOptions>
103-
</AdditionalOptions>
104100
</LaunchAction>
105101
<ProfileAction
106102
buildConfiguration = "Release"

Diff for: ios/CalendarsExample/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

Diff for: ios/CalendarsExampleTests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

Diff for: ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ target 'CalendarsExample' do
2828
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
2929
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
3030
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
31-
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
31+
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
3232
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
3333
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
3434

0 commit comments

Comments
 (0)