[react_native] JS files from D2017699: Expose JavaScriptEnabled property for WebView component on android.

This commit is contained in:
Krzysztof Magiera
2015-04-24 11:58:31 -07:00
parent 1f98c843b0
commit 46db1826c5
3 changed files with 8 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ var WebViewExample = React.createClass({
automaticallyAdjustContentInsets={false}
style={styles.webView}
url={this.state.url}
javaScriptEnabledAndroid={true}
onNavigationStateChange={this.onNavigationStateChange}
startInLoadingState={true}
/>