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

Not working on orientation changes

Open akhilsanker opened this issue 6 years ago • 2 comments

Hi, The width and height not changing on orientation changes. The value remains the same while changing the orientation.

Thanks

akhilsanker avatar Aug 09 '19 07:08 akhilsanker

where did you created StyleSheet? If you create StyleSheet outside render method it wont work. Try Creating StyleSheet inside render method.

rishikeshgaikar avatar Aug 20 '19 05:08 rishikeshgaikar

Screenshot 2019-12-18 at 7 14 08 PM I have created style inside render method but still, it is not working properly.

AurangsEmpire avatar Dec 18 '19 13:12 AurangsEmpire