Skip to main content
Logo Appt Light

Element position on React Native

Components that are repeated on multiple screens should have a consistent position. This helps users to become comfortable, and they will able to predict where they can find things on each screen. This helps users with cognitive limitations, users with low vision, users with intellectual disabilities, and also those who are blind.

In React Native, you should always place your Headers and Tabs on the same position of each screen. We also recommend using React Navigation to re-use navigation components on all of your screes.

Not available, contribute!

Feedback?

Let us know!