[ReactNative] Fix sample apps

This commit is contained in:
Martin Konicek
2015-08-24 12:31:23 -07:00
parent ed0ca71be0
commit bb708769d4
4 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"SampleApp"
initialProperties:nil
launchOptions:launchOptions];
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];