Skip to content

Instantly share code, notes, and snippets.

@savio777
Last active June 10, 2024 02:55
Show Gist options
  • Save savio777/3f05af522c8c789657a2494c8ccbe5eb to your computer and use it in GitHub Desktop.
Save savio777/3f05af522c8c789657a2494c8ccbe5eb to your computer and use it in GitHub Desktop.
React-native Shapes Forms
<View
style={{
width: 0,
height: 0,
borderStyle: 'solid',
overflow: 'hidden',
borderTopWidth: 6,
borderRightWidth: 4,
borderBottomWidth: 0,
borderLeftWidth: 4,
borderTopColor:'blue',
borderRightColor: 'transparent',
borderBottomColor: 'transparent',
borderLeftColor: 'transparent',
}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment