We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df03ca commit 7b1fac0Copy full SHA for 7b1fac0
demo.js renamed to index.js
ios/rnuilib/AppDelegate.mm
@@ -27,7 +27,7 @@ - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
27
- (NSURL *)getBundleURL
28
{
29
#if DEBUG
30
- return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"demo"];
+ return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];
31
#else
32
return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
33
#endif
0 commit comments