Created
February 21, 2019 10:55
-
-
Save michalchudziak/f2243fa95bea7375dee836ab847570af 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
| export default class App extends Component<Props> { | |
| render() { | |
| return ( | |
| <View style={styles.container}> | |
| <Text style={styles.welcome}>Welcome to React Native!</Text> | |
| <Text style={styles.instructions}>To get started, edit App.js</Text> | |
| <Text style={styles.instructions}>{instructions}</Text> | |
| </View> | |
| ); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment