-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action sheet always forces portrait mode #11
Comments
Ok that's odd. 😳 I reproduced the issue and I fixed the orientation by adding |
@alessiocancian I had to go in and add the other landscape orientations in order for this to work, but otherwise it's looking great!
Do you know if Android trims it down in the default version? Personally, I do like the trimmed down version for landscape. When it's full width it's a lot of whitespace in most cases. |
Ok I'll make this the default value and add an optional prop to change supportedOrientations if needed.
There isn't a real equivalent of ActionSheet for Android, there is a material version here but I don't like it. |
Bug
When in landscape orientation, when ActionSheetCustom is opened, it forces portrait mode while the action sheet is open. Once closed, it reverts to the original orientation.
Environment info
Steps To Reproduce
Describe what you expected to happen:
The text was updated successfully, but these errors were encountered: