File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -111,19 +111,11 @@ var WebViewBridge = React.createClass({
111
111
< RCTWebViewBridge
112
112
ref = { RCT_WEBVIEWBRIDGE_REF }
113
113
key = "webViewKey"
114
+ { ...this . props }
114
115
style = { webViewStyles }
115
- url = { this . props . url }
116
- html = { this . props . html }
117
- injectedJavaScript = { this . props . injectedJavaScript }
118
- userAgent = { this . props . userAgent }
119
- javaScriptEnabled = { javaScriptEnabled }
120
- domStorageEnabled = { domStorageEnabled }
121
- contentInset = { this . props . contentInset }
122
- automaticallyAdjustContentInsets = { this . props . automaticallyAdjustContentInsets }
123
116
onLoadingStart = { this . onLoadingStart }
124
117
onLoadingFinish = { this . onLoadingFinish }
125
118
onLoadingError = { this . onLoadingError }
126
- testID = { this . props . testID }
127
119
/> ;
128
120
129
121
return (
You can’t perform that action at this time.
0 commit comments