File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
android/app/src/main/java/com/pushdemo Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1515
1616public class MainApplication extends Application implements ReactApplication {
1717
18- private boolean SHUTDOWN_TOAST = false ;
19- private boolean SHUTDOWN_LOG = false ;
20-
2118 private final ReactNativeHost mReactNativeHost = new ReactNativeHost (this ) {
2219
2320 @ Override
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3737 [JPUSHService registerLbsGeofenceDelegate: self withLaunchOptions: launchOptions];
3838
3939 // ReactNative环境配置
40- NSURL *jsCodeLocation = [NSURL URLWithString: @" http://10.224.38.249 :8081/index.bundle?platform=ios&dev=true" ];
40+ NSURL *jsCodeLocation = [NSURL URLWithString: @" http://10.224.36.16 :8081/index.bundle?platform=ios&dev=true" ];
4141 RCTRootView *rootView = [[RCTRootView alloc ] initWithBundleURL: jsCodeLocation
4242 moduleName: @" ReactNative-JPush"
4343 initialProperties: nil
Original file line number Diff line number Diff line change 88 "test" : " jest"
99 },
1010 "dependencies" : {
11+ "core-js" : " ^3.2.1" ,
1112 "jcore-react-native" : " ^1.2.12" ,
1213 "jpush-react-native" : " 2.5.5" ,
1314 "react" : " 16.2.0" ,
You can’t perform that action at this time.
0 commit comments