Skip to main content
Logo Appt Light

Descriptive headers on React Native

Screens should have descriptive headers, this helps users find specific content and orient themselves within your app. It is recommended to put distinguishing information at the beginning of your headers.

In React Native, headers created by using Text can be changed by using a state hook.

<Text accessibilityRole="header">
    Descriptive header
</Text>

Feedback?

Let us know!