diff --git a/react/features/base/react/components/Link.native.js b/react/features/base/react/components/Link.native.js index c5c0a2689..b6f636eea 100644 --- a/react/features/base/react/components/Link.native.js +++ b/react/features/base/react/components/Link.native.js @@ -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.