Skip to content

Instantly share code, notes, and snippets.

@yrezgui
Last active August 29, 2015 14:26
Show Gist options
  • Save yrezgui/62ecc7da1d5b609d7875 to your computer and use it in GitHub Desktop.
Save yrezgui/62ecc7da1d5b609d7875 to your computer and use it in GitHub Desktop.
React Native tutorial 1.6
// Open the file in Xcode and modify this line with the next one
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
// Your Mac needs to be in the same network as your device
jsCodeLocation = [NSURL URLWithString:@"http://ip-address-mac:8081/index.ios.bundle"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment