@exodus/react-native-webview 11.26.1-exodus.29 → 11.26.1-exodus.30

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.
@@ -260,8 +260,8 @@ shouldStartLoadForRequest:(NSMutableDictionary<NSString *, id> *)request
260
260
  _shouldStartLoadLock = nil;
261
261
  return returnValue;
262
262
  } else {
263
- RCTLogWarn(@"Did not receive response to shouldStartLoad in time, defaulting to YES");
264
- return YES;
263
+ RCTLogWarn(@"Did not receive response to shouldStartLoad in time, defaulting to NO");
264
+ return NO;
265
265
  }
266
266
  }
267
267
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "Thibault Malbranche <malbranche.thibault@gmail.com>"
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "11.26.1-exodus.29",
12
+ "version": "11.26.1-exodus.30",
13
13
  "homepage": "https://github.com/ExodusMovement/react-native-webview#readme",
14
14
  "scripts": {
15
15
  "android": "react-native run-android",