Skip to content

Commit 58038c7

Browse files
committed
Fix source usage on Android
1 parent c5b9761 commit 58038c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-bridge/index.android.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ var WebViewBridge = React.createClass({
120120
ref={RCT_WEBVIEWBRIDGE_REF}
121121
key="webViewKey"
122122
{...props}
123+
source={source}
123124
style={webViewStyles}
124125
onLoadingStart={this.onLoadingStart}
125126
onLoadingFinish={this.onLoadingFinish}

0 commit comments

Comments
 (0)