Skip to content

Instantly share code, notes, and snippets.

@Innei
Created April 29, 2022 07:11
Show Gist options
  • Save Innei/b730efe0954e7b0dd3873e01a50d3e32 to your computer and use it in GitHub Desktop.
Save Innei/b730efe0954e7b0dd3873e01a50d3e32 to your computer and use it in GitHub Desktop.
rn-tagtext.tsx
<View>
<View
style={{
flexWrap: 'wrap',
width: 500,
flexDirection: 'row',
backgroundColor: 'pink',
}}
>
<View style={{ width: 50, height: 20, backgroundColor: 'red' }}>
<Text>Tag</Text>
</View>
<Text>Test 123 </Text>
<Text>Test 123 </Text>
</View>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment