mirror of
https://github.com/zhigang1992/react-native-firebase-starter.git
synced 2026-04-30 05:05:53 +08:00
Upgrade to RN 0.49.3, React 16.0.0-beta.5, RNFirebase 3.0.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -169,6 +169,6 @@ SPEC CHECKSUMS:
|
||||
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
|
||||
Protobuf: 03eef2ee0b674770735cf79d9c4d3659cf6908e8
|
||||
|
||||
PODFILE CHECKSUM: f8758094e0e1b4261429870274ecf378b6c99d12
|
||||
PODFILE CHECKSUM: 719db2b462d881a10b3365452b2ca21d6fb82a35
|
||||
|
||||
COCOAPODS: 1.2.1
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user