diff --git a/src/propTypes.js b/src/propTypes.js index 2f462a1..43af23e 100644 --- a/src/propTypes.js +++ b/src/propTypes.js @@ -1,4 +1,4 @@ -import { Platform, ViewPropTypes } from 'react-native' +import { Platform } from 'react-native' import PropTypes from 'prop-types' const androidPropTypes = { @@ -35,7 +35,7 @@ export default { locale: PropTypes.string, textColor: PropTypes.string, timeZoneOffsetInMinutes: PropTypes.number, - testID: ViewPropTypes.testID, - style: ViewPropTypes.style, + testID: PropTypes.string, + style: PropTypes.any, ...modalPropTypes, }