mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
[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
4
Libraries/react-native/react-native.js
vendored
4
Libraries/react-native/react-native.js
vendored
@ -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…
x
Reference in New Issue
Block a user