This commit is contained in:
Roman Volosovskyi 2016-12-23 13:03:17 +02:00
parent 3eb51591d0
commit d691eaf326
2 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@
"react-native-tcp": "^2.0.4",
"react-native-udp": "^1.2.6",
"react-native-vector-icons": "^2.0.3",
"react-native-webview-bridge": "github:status-im/react-native-webview-bridge#master",
"react-native-webview-bridge": "github:status-im/react-native-webview-bridge#0.33.1",
"readable-stream": "^1.0.33",
"realm": "^0.14.3",
"stream-browserify": "^1.0.0",

View File

@ -139,7 +139,8 @@
:injected-on-start-loading-java-script (str js-res/web3 js-res/web3-init)
:injected-java-script (str js-res/webview-js extra-js)
:bounces false
:on-navigation-state-change on-navigation-change}]))
:on-navigation-state-change on-navigation-change
:local-storage-enabled true}]))
(defn placeholder []
[view st/input-placeholder])