Upgrade to RN 0.49.3, React 16.0.0-beta.5, RNFirebase 3.0.4

This commit is contained in:
Chris Bianca
2017-10-19 08:22:29 +01:00
parent 44c732dbb7
commit 0bc128ee86
18 changed files with 6930 additions and 141 deletions

View File

@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '9.0'
target 'RNFirebaseStarter' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks

View File

@@ -169,6 +169,6 @@ SPEC CHECKSUMS:
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
Protobuf: 03eef2ee0b674770735cf79d9c4d3659cf6908e8
PODFILE CHECKSUM: f8758094e0e1b4261429870274ecf378b6c99d12
PODFILE CHECKSUM: 719db2b462d881a10b3365452b2ca21d6fb82a35
COCOAPODS: 1.2.1

View File

@@ -17,9 +17,9 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
NSURL *jsCodeLocation;
[FIRApp configure];
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
NSURL *jsCodeLocation;
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"RNFirebaseStarter"