BearStudio / start-ui-native

🚀 Start UI [native] is an opinionated UI starter with ⚛️ React Native, 🌿 Ficus UI, ⚛️ Zodios & 🐜 Formiz — From the 🐻 BearStudio Team
MIT License
133 stars 15 forks source link

New layout and style #63

Closed ntorionbearstudio closed 2 years ago

ntorionbearstudio commented 2 years ago

Description

This PR aims to implement the new screens layout and style into the Start UI Native project.

https://github.com/BearStudio/start-ui-native/issues/56

Type of change

Platforms tests:

Screenshot of the result

https://user-images.githubusercontent.com/53612278/147768096-ff88971e-fbf4-4349-82c1-c7909f3f8f13.mp4

Checklist:

DecampsRenan commented 2 years ago

Tested on iOS, the layout seems ok ;) There is a lot of error concerning a bad prop value

https://user-images.githubusercontent.com/7521065/150301570-7cb4d3de-4543-4894-aeff-9d170e8dee22.mp4

it seems to be related to direction="column" that should be dir="column", I will fix that asap and push it here :) FYI: https://stackoverflow.com/questions/60479653/invalid-ygdirection-row-should-be-one-of-inherit-ltr-rtl-react-native

DecampsRenan commented 2 years ago

Fixed and tested on iOS

https://user-images.githubusercontent.com/7521065/150311429-fcb9f1b6-d04b-4054-8ee0-ca38feeb6647.mp4