RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
570 stars 153 forks source link

Updated existing style propTypes to match docs #147

Closed fritzmonkey closed 6 years ago

fritzmonkey commented 6 years ago

https://facebook.github.io/react-native/docs/layout-props.html

This will remove warnings for percentage widths, like the following:

Warning: Failed prop type: Invalid prop `style.width` of type `string` supplied to `View`, expected `number`.