react-ui-kit / dribbble2react

Transform Dribbble designs to React-Native code | Shop UI Kit >>
https://react-native-10x-faster.com
MIT License
2.56k stars 1.39k forks source link

Responsive Screen #51

Closed Moamber closed 4 years ago

Moamber commented 4 years ago

i just start using your react kit. You give static size in theme how it well in all phones (big, small). how you achieve consistent app design across different size of phones.

hetmann commented 4 years ago

Hey @Moamber thank you for using it.

Responsive is based on flex style so you can use the Block/View component and make it responsive based on flex: 1 or 2 etc. The theme SIZES are used for fontSize, padding, margin, etc.