Skip to content

Commit 65e2286

Browse files
committed
fixup! fix(ios): handle isDebuggingRemotely being removed in 0.79
1 parent 641146e commit 65e2286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ReactTestApp/ReactInstance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ final class ReactInstance: NSObject, RNXHostConfig {
8181
// When loading the embedded bundle, we must disable remote
8282
// debugging to prevent the bridge from getting stuck in
8383
// -[RCTWebSocketExecutor executeApplicationScript:sourceURL:onComplete:]
84-
RTADisableRemoteDebugging();
84+
RTADisableRemoteDebugging()
8585
}
8686
RCTTriggerReloadCommandListeners("ReactTestApp")
8787
return

0 commit comments

Comments
 (0)