Skip to main content
Logo Appt Light

Descriptive labels on React Native

Screens should have descriptive labels, these help users recognize which purpose controls have. It is recommended to put distinguishing information at the beginning of your labels.

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

<Text>Descriptive label</Text>

Feedback?

Let us know!