Responsive Example #187
Unanswered
seanaguinaga
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, RN doesn’t have responsive design baked in, so libraries like Dripsy and Restyle do it for you. Under the hood, it uses useWindowDimensions() to conditionally apply styles. See the Dripsy docs to see how to use responsive styles (just pass an array to any value in the The React Native For an Apple Maps type bottom sheet, you’ll want |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there
I am new to React Native and I am not familiar with how react-native does responsive design.
Are there any examples of responsive app layouts? Think side menu on tablet and desktop => tab bar on mobile.
Also are platform specific modals and things like that rendered by default in a way that looks native? Like the swipe up drawer on Apple Maps, with animations and all? Or do you have to add those to everything?
Beta Was this translation helpful? Give feedback.
All reactions