mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
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:
committed by
Facebook Github Bot
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
|
||||
|
||||
Reference in New Issue
Block a user