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.
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.