Skip to content

Commit 8d5bf7d

Browse files
authored
fix sourceURL (#29101)
1 parent 00b32db commit 8d5bf7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/ios/Keybase/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ public class AppDelegate: ExpoAppDelegate, UNUserNotificationCenterDelegate,
556556
class ReactNativeDelegate: ExpoReactNativeFactoryDelegate {
557557
// Extension point for config-plugins
558558

559-
override func bundleURL() -> URL? {
559+
override func sourceURL(for bridge: RCTBridge) -> URL? {
560560
// needed to return the correct URL for expo-dev-client.
561561
bridge.bundleURL ?? bundleURL()
562562
}

0 commit comments

Comments
 (0)