Browse Source

[RN] Fix React.PropTypes warning

master
Lyubomir Marinov 9 years ago
parent
commit
52fbb8f02c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/react/components/Link.native.js

+ 1
- 1
react/features/base/react/components/Link.native.js View File

73
     /**
73
     /**
74
      * Notifies that this Link failed to open the URL associated with it.
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
      * The CSS style to be applied to this Link for the purposes of display.
79
      * The CSS style to be applied to this Link for the purposes of display.

Loading…
Cancel
Save