File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed
Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ import UpdateMyInfoPage from './app/routes/UpdateMyInfo/index.js';
1616import GroupsPage from './app/routes/Groups/index.js' ;
1717import FriendInfoPage from './app/routes/FriendInfo/index.js' ;
1818
19- import CardStackStyleInterpolator from 'react-navigation/src/views/CardStackStyleInterpolator' ;
20-
2119const ReactJChat = StackNavigator ( {
2220 Launch : { screen : LaunchPage } ,
2321 Home : {
@@ -54,11 +52,4 @@ const ReactJChat = StackNavigator({
5452 }
5553} ) ;
5654
57- // ,{
58- // headerMode: 'screen',
59- // transitionConfig:() => ({
60- // screenInterpolator:CardStackStyleInterpolator.forInitial,
61- // })
62- // }
63-
6455AppRegistry . registerComponent ( 'ReactJChat' , ( ) => ReactJChat ) ;
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
1818{
1919 NSURL *jsCodeLocation;
2020
21- // jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
22- jsCodeLocation = [NSURL URLWithString: @" http://192.168.9.113:8081/index.ios.bundle?platform=ios&dev=true" ];
21+ jsCodeLocation = [[RCTBundleURLProvider sharedSettings ] jsBundleURLForBundleRoot: @" index.ios" fallbackResource: nil ];
22+ // jsCodeLocation = [NSURL URLWithString:@"http://192.168.9.113:8081/index.ios.bundle?platform=ios&dev=true"];
2323 RCTRootView *rootView = [[RCTRootView alloc ] initWithBundleURL: jsCodeLocation
2424 moduleName: @" ReactJChat"
2525 initialProperties: nil
Original file line number Diff line number Diff line change 55 "start" : " node node_modules/react-native/local-cli/cli.js start"
66 },
77 "dependencies" : {
8- "aurora-imui-react-native" : " ^0.4.14 " ,
8+ "aurora-imui-react-native" : " ^0.5.6 " ,
99 "jcore-react-native" : " ^1.1.8-beta" ,
1010 "jmessage-react-plugin" : " ^2.1.0" ,
11- "react" : " 16.0.0-alpha.12 " ,
12- "react-native" : " ^0.47.1 " ,
11+ "react" : " 16.0.0" ,
12+ "react-native" : " ^0.50.0 " ,
1313 "react-native-fs" : " ^2.8.3" ,
1414 "react-navigation" : " ^1.0.0-beta.11" ,
1515 "react-timer-mixin" : " ^0.13.3"
2121 "jest" : " 20.0.4" ,
2222 "react-test-renderer" : " 16.0.0-alpha.12"
2323 }
24- }
24+ }
You can’t perform that action at this time.
0 commit comments