mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-24 19:39:32 +00:00
updated AppDelegate.m template for RN 0.11
This commit is contained in:
parent
e353f75684
commit
76bd9c6812
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user