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
139 stars 16 forks source link

feat: Add form utils to focus an input and implement it #31

Closed qlereboursBS closed 3 years ago

qlereboursBS commented 3 years ago

PR purpose

Add form utility method to be able to focus a field to make it easier to navigate into form fields. Take benefit of this to implement it on the existing forms

Screenshots

On the screenshot, you can see that the returnKeyType is now "next" and focuses the next field when clicked, except for the last field of a form that will submit the form

https://user-images.githubusercontent.com/27200095/135617684-0759397d-155d-45d1-a8b7-2d3e53bc6a30.mp4