Quellcode durchsuchen

[RN] Fix React.PropTypes warning

efficient_tiling
Lyubomir Marinov vor 9 Jahren
Ursprung
Commit
52fbb8f02c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      react/features/base/react/components/Link.native.js

+ 1
- 1
react/features/base/react/components/Link.native.js Datei anzeigen

@@ -73,7 +73,7 @@ Link.propTypes = {
73 73
     /**
74 74
      * Notifies that this Link failed to open the URL associated with it.
75 75
      */
76
-    onLinkingOpenURLRejected: React.PropTypes.function,
76
+    onLinkingOpenURLRejected: React.PropTypes.func,
77 77
 
78 78
     /**
79 79
      * The CSS style to be applied to this Link for the purposes of display.

Laden…
Abbrechen
Speichern