Skip to content

Commit

Permalink
adjust dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Jul 20, 2016
1 parent c6b593d commit 9e2aca5
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

var React = require('react-native');
// var ToastAndroid = require('ToastAndroid');
var PushActivity = require('./react-native-iOS/push_activity.js');
var SetActivity = require('./react-native-iOS/set_activity');
var LocalPushActivity = require('./react-native-iOS/localPush_activity');
var PushActivity = require('./react-native-ios/push_activity.js');
var SetActivity = require('./react-native-ios/set_activity');
var LocalPushActivity = require('./react-native-ios/localPush_activity');
// var WebActivity = require('./react-native-iOS/web_activity');
var {
Text,
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
* on the same Wi-Fi network.
*/

jsCodeLocation = [NSURL URLWithString:@"http://192.168.70.115:8081/index.ios.bundle?platform=ios&dev=true"];
jsCodeLocation = [NSURL URLWithString:@"http://192.168.10.42:8081/index.ios.bundle?platform=ios&dev=true"];

/**
* OPTION 2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9e2aca5

Please sign in to comment.