Skip to content

Instantly share code, notes, and snippets.

@AllanGraves
Created January 19, 2021 16:52
Show Gist options
  • Save AllanGraves/7a137a26cf4baf72fdf4f2bac2c7831f to your computer and use it in GitHub Desktop.
Save AllanGraves/7a137a26cf4baf72fdf4f2bac2c7831f to your computer and use it in GitHub Desktop.
Composition of our sentence
<Text> Hello
<Pressable
onPress={() => {
console.log('foo!');
}}>
<Text>
Hello <Text style={{color: 'red'}}> you again </Text>
</Text>
</Pressable>
</Text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment