Thibault Malbranche пре 5 година
родитељ
комит
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;