浏览代码

Update WebView.ios.tsx

Thibault Malbranche 6 年前
父节点
当前提交
b3f5caa6aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/WebView.ios.tsx

+ 1
- 1
src/WebView.ios.tsx 查看文件

358
 
358
 
359
   onShouldStartLoadWithRequestCallback = (
359
   onShouldStartLoadWithRequestCallback = (
360
     shouldStart: boolean,
360
     shouldStart: boolean,
361
-    url: string,
361
+    _url: string,
362
     lockIdentifier: number,
362
     lockIdentifier: number,
363
   ) => {
363
   ) => {
364
     let viewManager = (this.props.nativeConfig || {}).viewManager;
364
     let viewManager = (this.props.nativeConfig || {}).viewManager;