File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { AppRegistry } from 'react-native'
22import { StackNavigator } from 'react-navigation'
3- import Second from './Second '
3+ import Second from './second '
44import App from './App'
55
66const PushDemo = StackNavigator ( {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3232
3333 jsCodeLocation = [NSURL URLWithString: @" http://192.168.10.155:8081/index.bundle?platform=ios&dev=true" ];
3434 RCTRootView *rootView = [[RCTRootView alloc ] initWithBundleURL: jsCodeLocation
35- moduleName: @" PushDemoApp "
35+ moduleName: @" PushDemo "
3636 initialProperties: nil
3737 launchOptions: launchOptions];
3838 rootView.backgroundColor = [[UIColor alloc ] initWithRed: 1 .0f green: 1 .0f blue: 1 .0f alpha: 1 ];
You can’t perform that action at this time.
0 commit comments