diff --git a/example/macos/RNSACExample-macOS/AppDelegate.mm b/example/macos/RNSACExample-macOS/AppDelegate.mm index dfabab3..ec5ce91 100644 --- a/example/macos/RNSACExample-macOS/AppDelegate.mm +++ b/example/macos/RNSACExample-macOS/AppDelegate.mm @@ -15,6 +15,11 @@ - (void)applicationDidFinishLaunching:(NSNotification *)notification } - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge +{ + return [self bundleURL]; +} + +- (NSURL *)bundleURL { #if DEBUG return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];