Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In `AppDelegate.m`, replace the old host loading code with this:

```objective-c
NSString *host = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"RNHost"];
jsCodeLocation = [NSURL URLWithString: [NSString stringWithFormat:@"http://%@:8081/index.ios.bundle?platform=ios&dev=true", host]];
jsCodeLocation = [NSURL URLWithString: [NSString stringWithFormat:@"http://%@:8081/index.bundle?platform=ios&dev=true", host]];
```

Run the initializer that automatically adds a Run Script phase, in your React Native project folder:
Expand Down