Commit d0985ced authored by Travis Nuttall's avatar Travis Nuttall Committed by GitHub

Merge pull request #7 from jliebrand/patch-2

Make sure the correct bundle is loaded in prod
parents c008d6d0 21eb9ca7
...@@ -20,7 +20,7 @@ RCT_REMAP_METHOD(startThread, ...@@ -20,7 +20,7 @@ RCT_REMAP_METHOD(startThread,
int threadId = abs(arc4random()); int threadId = abs(arc4random());
NSURL *threadURL = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:name fallbackResource:nil]; NSURL *threadURL = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:name fallbackResource:name];
NSLog(@"starting Thread %@", [threadURL absoluteString]); NSLog(@"starting Thread %@", [threadURL absoluteString]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment