We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6071b commit f4e3221Copy full SHA for f4e3221
.changeset/sour-bikes-yawn.md
@@ -0,0 +1,5 @@
1
+---
2
+"@rnx-kit/react-native-host": patch
3
4
+
5
+Re-define deprecated bridge methods for backwards compatibility
packages/react-native-host/cocoa/RNXHostConfig.h
@@ -30,6 +30,11 @@ NS_ASSUME_NONNULL_BEGIN
30
/// Handles a fatal error.
31
- (void)onFatalError:(NSError *)error;
32
33
+// MARK: - RCTBridgeDelegate deprecated details (for backwards compatibility) [>=0.84]
34
35
+- (NSURL *__nullable)sourceURLForBridge:(RCTBridge *)bridge;
36
+- (NSArray<id<RCTBridgeModule>> *)extraModulesForBridge:(RCTBridge *)bridge;
37
38
@end
39
40
NS_ASSUME_NONNULL_END
0 commit comments