react-native-webview-bootpay 11.22.85 → 11.22.86
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.
package/apple/BPCWebView.m
CHANGED
|
@@ -25,7 +25,7 @@ static NSString *const MessageHandlerName = @"BootpayRNWebView";
|
|
|
25
25
|
static NSURLCredential* clientAuthenticationCredential;
|
|
26
26
|
static NSDictionary* customCertificatesForHost;
|
|
27
27
|
|
|
28
|
-
NSString *const CUSTOM_SELECTOR = @"
|
|
28
|
+
NSString *const CUSTOM_SELECTOR = @"_BPCUSTOM_SELECTOR_";
|
|
29
29
|
|
|
30
30
|
#if !TARGET_OS_OSX
|
|
31
31
|
// runtime trick to remove WKWebView keyboard default toolbar
|
|
Binary file
|
package/package.json
CHANGED