From c15fd8f22c4c7a5617f0abe62b1dcdb77c20b2f6 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Fri, 2 Oct 2015 07:58:32 -0700 Subject: [PATCH] Add link to docs for React addons Reviewed By: @javache Differential Revision: D2502770 --- Libraries/react-native/react-native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/react-native/react-native.js b/Libraries/react-native/react-native.js index 5aaf47ef9..5afdc8d9e 100644 --- a/Libraries/react-native/react-native.js +++ b/Libraries/react-native/react-native.js @@ -85,6 +85,7 @@ var ReactNative = Object.assign(Object.create(require('React')), { EdgeInsetsPropType: require('EdgeInsetsPropType'), PointPropType: require('PointPropType'), + // See http://facebook.github.io/react/docs/addons.html addons: { LinkedStateMixin: require('LinkedStateMixin'), Perf: undefined,