mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 23:25:40 +00:00
[add] export 'ViewPropTypes'
See https://github.com/reactjs/react-codemod/pull/99
This commit is contained in:
+3
-1
@@ -45,6 +45,7 @@ import View from './components/View';
|
||||
import ColorPropType from './propTypes/ColorPropType';
|
||||
import EdgeInsetsPropType from './propTypes/EdgeInsetsPropType';
|
||||
import PointPropType from './propTypes/PointPropType';
|
||||
import ViewPropTypes from './components/View/ViewPropTypes';
|
||||
|
||||
modality();
|
||||
|
||||
@@ -98,7 +99,8 @@ const ReactNative = {
|
||||
// propTypes
|
||||
ColorPropType,
|
||||
EdgeInsetsPropType,
|
||||
PointPropType
|
||||
PointPropType,
|
||||
ViewPropTypes
|
||||
};
|
||||
|
||||
module.exports = ReactNative;
|
||||
|
||||
Reference in New Issue
Block a user