[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:
parent
01199984d3
commit
4564726b24
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue