Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

Updates prop types for RN 0.42.x #13

Closed TAGraves closed 7 years ago

TAGraves commented 7 years ago

This adds style prop types that support percentage values, which were added to RN in 0.42.0. I took the opportunity to update all the prop type files to match the way they look in React Native 0.42.

This was needed so that we don't get prop type warnings in our tests where we use percentage units.