[RN] Fix React.PropTypes warning

This commit is contained in:
Lyubomir Marinov 2016-11-30 10:06:29 -06:00
parent a1639b67a5
commit 52fbb8f02c
1 changed files with 1 additions and 1 deletions

View File

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