Android Orientation #690
-
Hi @grahammendick, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 30 replies
-
That isn't part of the Navigation router. Is there a 3rd party library you can use? |
Beta Was this translation helpful? Give feedback.
-
HI, Any Specific time to get this done. Thanks for your time. |
Beta Was this translation helpful? Give feedback.
-
Am using it in my app that I migrated from Wix RNN to The Navigation
Router. It’s a video streaming app and when user click to watch any movie
the orientation should change from portrait to landscape.
Thank you.
…On Sunday, April 30, 2023, Graham Mendick ***@***.***> wrote:
Can you explain a bit more about why you want to change the orientation,
please?
—
Reply to this email directly, view it on GitHub
<#690 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABURJHF6GO3BL37SLLDIFGLXDYPSVANCNFSM6AAAAAAVZWFDMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
*SALISU ABUBAKAR*
Fullstack Developer / Consultant
*Mobile: 233257335982*
*Email : ***@***.***
|
Beta Was this translation helpful? Give feedback.
-
Hi, I think I understood what you mean. I'll use modal on ios. Can you help
me get the android done? Thank you
…On Tue, Jun 13, 2023 at 1:02 PM Graham Mendick ***@***.***> wrote:
I'm pretty sure you're not meant to change the screen orientation on iOS
anymore. Apple's UIKit video at 23:20
<https://developer.apple.com/videos/play/wwdc2022/10068/> basically says
it's only supported in full screen view controllers. So only in a Modal
with presentationStyle set to fullScreen. Then you can set the supportedOrientations
prop to landscape
<https://reactnative.dev/docs/modal#supportedorientations-ios>.
—
Reply to this email directly, view it on GitHub
<#690 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABURJHDQHHJPNQ5AZFYHTMTXLBQETANCNFSM6AAAAAAVZWFDMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
*SALISU ABUBAKAR*
Fullstack Developer / Consultant
*Mobile: 233257335982*
*Email : ***@***.***
|
Beta Was this translation helpful? Give feedback.
Just merged in landscape support in #706. Thanks for raising the issue. I'll thank you in the release notes, too