From 76bd9c6812960ca120bad98fafb41619f0352b78 Mon Sep 17 00:00:00 2001 From: Dan Motzenbecker Date: Sun, 4 Oct 2015 17:55:12 -0400 Subject: [PATCH] updated AppDelegate.m template for RN 0.11 --- resources/AppDelegate.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/AppDelegate.m b/resources/AppDelegate.m index 84301ec..56d0e2c 100644 --- a/resources/AppDelegate.m +++ b/resources/AppDelegate.m @@ -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