소스 검색

Update WebView.ios.tsx

Thibault Malbranche 5 년 전
부모
커밋
b3f5caa6aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/WebView.ios.tsx

+ 1
- 1
src/WebView.ios.tsx 파일 보기

@@ -358,7 +358,7 @@ class WebView extends React.Component<IOSWebViewProps, State> {
358 358
 
359 359
   onShouldStartLoadWithRequestCallback = (
360 360
     shouldStart: boolean,
361
-    url: string,
361
+    _url: string,
362 362
     lockIdentifier: number,
363 363
   ) => {
364 364
     let viewManager = (this.props.nativeConfig || {}).viewManager;