Last active
September 12, 2017 03:07
-
-
Save hyperh/470eba2a072c4a29dcba7e510950d022 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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