react-native-responsive-screen
react-native-responsive-screen copied to clipboard
Not working on orientation changes
Hi, The width and height not changing on orientation changes. The value remains the same while changing the orientation.
Thanks
where did you created StyleSheet? If you create StyleSheet outside render method it wont work. Try Creating StyleSheet inside render method.
I have created style inside render method but still, it is not working properly.