upgrade react-native-webview-bridge

pass BuildConfig.DEBUG to webview-bridge (Android)
This commit is contained in:
Roman Volosovskyi 2017-05-09 21:46:15 +03:00 committed by Roman Volosovskyi
parent baada8b07f
commit b94d1a51cb
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ public class MainApplication extends Application implements ReactApplication {
new ReactNativeDialogsPackage(),
new ImageResizerPackage(),
new PickerPackage(),
new WebViewBridgePackage()
new WebViewBridgePackage(BuildConfig.DEBUG)
);
}
};

View File

@ -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",