react-native-responsive-styles
react-native-responsive-styles copied to clipboard
React Native styles that respond to orientation change
@jevakallio I must have missed this one! Let me know if you disagree with this maintenance status
React.PropTypes has moved into a different package since React v15.5. That package is prop-types
Using React Native Version 0.46.0, this package threw the follow error because of the deprecated Navigator package:  Importing Navigator from react-native-deprecated-custom-components solved the issue.
I am interested in using your lib in production but the native dependency seems quite broken on Android at least, it is way too sensitive for the purposes that we...
Touchable child must either be native or forward setNativeProps to a native component at invariant
hi, my react-native version `0.37.0`, and I use below object which provide to Stylesheet __styles__ ``` banner: { position: 'absolute', left: 0, right: 0, portrait: { top: 64 + 7,...