upgrade react-native-webview-bridge
pass BuildConfig.DEBUG to webview-bridge (Android)
This commit is contained in:
parent
baada8b07f
commit
b94d1a51cb
|
@ -62,7 +62,7 @@ public class MainApplication extends Application implements ReactApplication {
|
|||
new ReactNativeDialogsPackage(),
|
||||
new ImageResizerPackage(),
|
||||
new PickerPackage(),
|
||||
new WebViewBridgePackage()
|
||||
new WebViewBridgePackage(BuildConfig.DEBUG)
|
||||
);
|
||||
}
|
||||
};
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"react-native-tcp": "^3.2.1",
|
||||
"react-native-udp": "^2.0.0",
|
||||
"react-native-vector-icons": "^4.0.1",
|
||||
"react-native-webview-bridge": "github:status-im/react-native-webview-bridge#0.33.13",
|
||||
"react-native-webview-bridge": "github:status-im/react-native-webview-bridge#0.33.14",
|
||||
"readable-stream": "1.0.33",
|
||||
"realm": "^0.14.3",
|
||||
"stream-browserify": "^1.0.0",
|
||||
|
|
Loading…
Reference in New Issue