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:
Brian Vaughn 2017-03-23 17:31:16 -07:00 committed by Facebook Github Bot
parent febf3d00ed
commit 9a88c72163
1 changed files with 1 additions and 0 deletions

View File

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