diff --git a/Libraries/react-native/react-native.js b/Libraries/react-native/react-native.js index b94b172f37de61..03dfc49087112c 100644 --- a/Libraries/react-native/react-native.js +++ b/Libraries/react-native/react-native.js @@ -62,6 +62,10 @@ var ReactNative = Object.assign(Object.create(require('React')), { NativeModules: require('NativeModules'), requireNativeComponent: require('requireNativeComponent'), + // Prop Types + EdgeInsetsPropType: require('EdgeInsetsPropType'), + PointPropType: require('PointPropType'), + addons: { LinkedStateMixin: require('LinkedStateMixin'), Perf: undefined,