import { PropTypes } from 'react-native'; export default PropTypes.oneOfType([PropTypes.string, PropTypes.number]);