react-native-responsive
react-native-responsive copied to clipboard
Orientation query
Hello - thanks for the hard work on this project - it's been very useful. I'm wondering whether there are any plans to support the orientation query?
It appears that the width and height measurements are orientation agnostic - would testing whether Dimensions.get("window").width < Dimensions.get("window").height be a good basis for the orientation query?