react-native-responsive-styles icon indicating copy to clipboard operation
react-native-responsive-styles copied to clipboard

React Native styles that respond to orientation change

Results 7 react-native-responsive-styles issues
Sort by recently updated
recently updated
newest added

@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: ![image](https://user-images.githubusercontent.com/11842491/30892006-3a1c4f1a-a304-11e7-9821-e5d871514370.png) 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...

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