[ReactNative] Export EdgeInsetsPropType and PointPropType

Summary:
Added some more exports to React that are either necessary or often useful for component authors.

Closes https://github.com/facebook/react-native/pull/262
Github Author: James Ide <ide@jameside.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
James Ide 2015-06-12 11:14:19 -07:00 committed by Spencer Ahrens
parent 01199984d3
commit 4564726b24
1 changed files with 4 additions and 0 deletions

View File

@ -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,