Files
react-native-svg/lib/numberProp.js

5 lines
120 B
JavaScript

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