UNPKG

react-native-mock-tmp-build

Version:

A fully mocked and test-friendly version of react native

14 lines (10 loc) 222 B
import Platfrom from '../plugins/Platform'; const resizePropTypes = [ 'contain', 'cover', 'stretch', ]; if (Platfrom.OS === 'ios') { resizePropTypes.push('repeat', 'center'); } module.exports = resizePropTypes;