Skip to content

Instantly share code, notes, and snippets.

@singh100ful
Last active May 28, 2020 22:39
Show Gist options
  • Select an option

  • Save singh100ful/25a924d4060a776c708775a9e2551253 to your computer and use it in GitHub Desktop.

Select an option

Save singh100ful/25a924d4060a776c708775a9e2551253 to your computer and use it in GitHub Desktop.
React Native Validation Errors
{formProps.errors.email && (
<Text
style={{
fontSize: 16,
color: 'red',
paddingHorizontal: 10,
}}>
{formProps.errors.email}
</Text>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment