updated AppDelegate.m template for RN 0.11

This commit is contained in:
Dan Motzenbecker 2015-10-04 17:55:12 -04:00
parent e353f75684
commit 76bd9c6812
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ RCT_EXPORT_MODULE()
// Set up a root view using the bridge defined above
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
moduleName:@"$PROJECT_NAME$"];
moduleName:@"$PROJECT_NAME$"
initialProperties:nil];
// Set up to be notified when the React Native UI is up
[[NSNotificationCenter defaultCenter] addObserver:self