From 52fbb8f02c0c0c77a86b07bde0f2a199e6ad55d9 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Wed, 30 Nov 2016 10:06:29 -0600 Subject: [PATCH] [RN] Fix React.PropTypes warning --- react/features/base/react/components/Link.native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.