[RN] Fix React.PropTypes warning
This commit is contained in:
parent
a1639b67a5
commit
52fbb8f02c
|
@ -73,7 +73,7 @@ Link.propTypes = {
|
||||||
/**
|
/**
|
||||||
* Notifies that this Link failed to open the URL associated with it.
|
* 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.
|
* The CSS style to be applied to this Link for the purposes of display.
|
||||||
|
|
Loading…
Reference in New Issue