react-native-modal-picker icon indicating copy to clipboard operation
react-native-modal-picker copied to clipboard

Support multiple orientations

Open almost opened this issue 7 years ago • 1 comments

Measuring the window at load time doesn't work when the orientation changes and width becomes height. Luckily RN now supports percentage based dimensions so we mostly don't have to use measurement at all.

almost avatar May 18 '17 12:05 almost

Currently the Modal component isn't working as expected even with this changes. That is due to a missing option "supportedOrientations" in the Modal component, as seen here

cecampos avatar Jun 14 '17 18:06 cecampos