react-native-custom-picker
react-native-custom-picker copied to clipboard
Support landscape orientation on iOS
The current implementation changes landscape orientation to portrait when a custom picker modal is shown on iOS device. This PR ensures, that the orientation won’t be changed and the modal will be shown according to the device orientation.