Skip to content

Instantly share code, notes, and snippets.

@hyperh
Last active September 12, 2017 03:07
Show Gist options
  • Select an option

  • Save hyperh/470eba2a072c4a29dcba7e510950d022 to your computer and use it in GitHub Desktop.

Select an option

Save hyperh/470eba2a072c4a29dcba7e510950d022 to your computer and use it in GitHub Desktop.
render() {
return (
<View style={styles.container} accessibilityLabel="testview">
<Text style={styles.welcome}>
Welcome to React Native!
</Text>
...
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment