react-native-modal-picker
react-native-modal-picker copied to clipboard
is it Only Displayed Portrait? I want Displayed LandScape mode
I want a Land scape mode can you anyone tell me plz
did you get it work on landscape?
yes i got it
On Sat, Feb 25, 2017 at 1:20 AM, Aamir Munir [email protected] wrote:
did you get it work on landscape?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/d-a-n/react-native-modal-picker/issues/41#issuecomment-282387525, or mute the thread https://github.com/notifications/unsubscribe-auth/ATmTnOOXnD_W3MREdrJVWOL9eJ8hxyNYks5rfzRsgaJpZM4MATmg .
can you please explain how :)
I have same issue... Can anybody help ? I couldn't find any solutions
This component is not working with RN 0.43. scroll stop working if someone have solution please.
For anyone with the same problems as me: I corrected this problem using this pending merge and reading this issue with the Modal component in RN. The solution is fairly simple and consist on changing the styles to support % instead of numbers to make the modal responsive and adding the "supportedOrientations={['portrait', 'landscape']}" option inside the index.js.
Someone solved this problem ? I'm still facing this situation.
@djpresent I have made an attempt to fix this. Check out the branch peacechen/react-native-modal-selector#support-for-landscape-view to test.
Version 0.0.18 of react-native-modal-selector supports landscape-view.