Skip to content

Instantly share code, notes, and snippets.

@rbk
Created June 16, 2019 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbk/49a977092168d10a0c675c853e3545dc to your computer and use it in GitHub Desktop.
Save rbk/49a977092168d10a0c675c853e3545dc to your computer and use it in GitHub Desktop.
React Native Tutorial #1 - Render - 01
render() {
return (
<View>
<View>
<Text>Meditation Timer</Text>
</View>
<Text>10:00</Text>
<Text>Close your eyes, relax, and breath naturally.</Text>
<TouchableOpacity >
<Text>Begin Session</Text>
</TouchableOpacity>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment