@rnx-kit/react-native-host 0.5.14 → 0.5.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,6 +30,11 @@ NS_ASSUME_NONNULL_BEGIN
30
30
  /// Handles a fatal error.
31
31
  - (void)onFatalError:(NSError *)error;
32
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
+
33
38
  @end
34
39
 
35
40
  NS_ASSUME_NONNULL_END
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnx-kit/react-native-host",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "description": "Simplify React Native initialization",
5
5
  "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#readme",
6
6
  "license": "MIT",