Exposed new ViewPropTypes object on ReactNative renderer (stack and fiber)
Reviewed By: yungsters Differential Revision: D4765002 fbshipit-source-id: 54be903bf6529df7ab2cff265c1f87b145da8d94
This commit is contained in:
parent
febf3d00ed
commit
9a88c72163
|
@ -123,6 +123,7 @@ const ReactNative = {
|
|||
get ColorPropType() { return require('ColorPropType'); },
|
||||
get EdgeInsetsPropType() { return require('EdgeInsetsPropType'); },
|
||||
get PointPropType() { return require('PointPropType'); },
|
||||
get ViewPropTypes() { return require('ViewPropTypes'); },
|
||||
};
|
||||
|
||||
// Better error messages when accessing React APIs on ReactNative
|
||||
|
|
Loading…
Reference in New Issue