Skip to content

Instantly share code, notes, and snippets.

@janstuemmel
Last active January 31, 2017 11:25
Show Gist options
  • Save janstuemmel/c4a8745f11a87ae63685948e83eca5ef to your computer and use it in GitHub Desktop.
Save janstuemmel/c4a8745f11a87ae63685948e83eca5ef to your computer and use it in GitHub Desktop.

Change bundle url in React Native

according to this

... replace

jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];

with:

jsCodeLocation = [NSURL URLWithString:@"http://<<<HOST>>>:8081/index.ios.bundle?platform=ios&dev=true"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment