Переглянути джерело

[RN] Fix React.PropTypes warning

master
Lyubomir Marinov 9 роки тому
джерело
коміт
52fbb8f02c

+ 1
- 1
react/features/base/react/components/Link.native.js Переглянути файл

@@ -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.

Завантаження…
Відмінити
Зберегти