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,