diff --git a/src/index.js b/src/index.js index 33007ad3..931046b6 100644 --- a/src/index.js +++ b/src/index.js @@ -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;