react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

UI issues on Landscape mode #177

Closed HariAcidReign closed 3 years ago

HariAcidReign commented 3 years ago

Related to #176 PR

Created a checklist of all the UI components with issues in them. I will be fixing all of these latest by tomorrow.

HariAcidReign commented 3 years ago

Key problems I faced:

However, all the other remaining components have been modified to work fluidly on both Portrait and Landscape Modes

HariAcidReign commented 3 years ago

@flyingcircle Overlay, Tooltip, and Bottomsheet still force render into portrait mode even when Landscape is used, when interacted with. I think the problem lies not in the app, but inherently within the component structure itself in RNE. Should any fix be searched to make them Landscape compatible, or can these screens alone be locked into Portrait mode in the app?