You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using this datepicker in React Native app with Expo (SDK 39).
Steps to reproduce
Open DatePicker in landscape mode
Keep DatePicker open and rotate device to Portrait mode
You will see the issue similar to shown in above screenshot.
Expected Behaviour
When we open DatePicker in landscape mode, it opens nicely with proper landscape format
When we rotate device screen while keeping calendar open it should detect current orientation and should convert DatePicket in portrait format.
Here I am attaching sample code. You can run this code using expo start command, it will open a screen of expo in browser and scan QR code from the browser in your device (your device must have Expo App installed).
Hi,
We are using this datepicker in React Native app with Expo (SDK 39).
Steps to reproduce
You will see the issue similar to shown in above screenshot.
Expected Behaviour
Here I am attaching sample code. You can run this code using
expo start
command, it will open a screen of expo in browser and scan QR code from the browser in your device (your device must have Expo App installed).date-picker-standalone.zip
Thanks,
Gaurang
The text was updated successfully, but these errors were encountered: