Skip to content

Commit ea6ff5c

Browse files
committed
2 parents a7bc7fe + 85c828b commit ea6ff5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ class ProgressBarWebView extends React.PureComponent {
6767
<View style={styles.container}>
6868
{visible && <LoadingBar height={height} color={color} percent={percent}/>}
6969
<WebView
70+
{...this.props}
7071
ref={forwardedRef}
7172
onLoadStart={this._onLoadStart}
7273
onLoadEnd={this._onLoadEnd}
7374
onLoadProgress={this._onLoadProgress}
7475
onError={this._onError}
75-
{...this.props}
7676
/>
7777
</View>
7878
);

0 commit comments

Comments
 (0)