Browse Source

Update WebView.android.tsx

Remove unused declarations
Jason Foo 4 years ago
parent
commit
74e6243721
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/WebView.android.tsx

+ 0
- 1
src/WebView.android.tsx View File

230
 
230
 
231
   onLoadingFinish = (event: WebViewNavigationEvent) => {
231
   onLoadingFinish = (event: WebViewNavigationEvent) => {
232
     const { onLoad, onLoadEnd } = this.props;
232
     const { onLoad, onLoadEnd } = this.props;
233
-    const { nativeEvent: { url } } = event;
234
     if (onLoad) {
233
     if (onLoad) {
235
       onLoad(event);
234
       onLoad(event);
236
     }
235
     }