Skip to content

Commit a691178

Browse files
committed
1 parent c7ba66d commit a691178

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example/macos/RNSACExample-macOS/AppDelegate.mm

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ - (void)applicationDidFinishLaunching:(NSNotification *)notification
1515
}
1616

1717
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
18+
{
19+
return [self bundleURL];
20+
}
21+
22+
- (NSURL *)bundleURL
1823
{
1924
#if DEBUG
2025
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];

0 commit comments

Comments
 (0)