diff --git a/Libraries/react-native/react-native.js b/Libraries/react-native/react-native.js index 3372192ea..479476cbe 100644 --- a/Libraries/react-native/react-native.js +++ b/Libraries/react-native/react-native.js @@ -65,6 +65,10 @@ var ReactNative = Object.assign(Object.create(require('React')), { Platform: require('Platform'), requireNativeComponent: require('requireNativeComponent'), + // Prop Types + EdgeInsetsPropType: require('EdgeInsetsPropType'), + PointPropType: require('PointPropType'), + addons: { LinkedStateMixin: require('LinkedStateMixin'), Perf: undefined,