Skip to content

Instantly share code, notes, and snippets.

@michalchudziak
Created February 21, 2019 10:55
Show Gist options
  • Select an option

  • Save michalchudziak/f2243fa95bea7375dee836ab847570af to your computer and use it in GitHub Desktop.

Select an option

Save michalchudziak/f2243fa95bea7375dee836ab847570af to your computer and use it in GitHub Desktop.
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