Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 17:15
Show Gist options
  • Save bleonard/600e8c0f1091df2c7a32c32b9ff21921 to your computer and use it in GitHub Desktop.
Save bleonard/600e8c0f1091df2c7a32c32b9ff21921 to your computer and use it in GitHub Desktop.
#if TARGET_IPHONE_SIMULATOR
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios"];
#else
jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment