Skip to content

Instantly share code, notes, and snippets.

@Saad-Bashar
Created April 11, 2019 14:33
Show Gist options
  • Select an option

  • Save Saad-Bashar/a95f44d3dd8bb91960a6fe32c6848caa to your computer and use it in GitHub Desktop.

Select an option

Save Saad-Bashar/a95f44d3dd8bb91960a6fe32c6848caa to your computer and use it in GitHub Desktop.
buttonContainer: {
 flexDirection: 'row',
 justifyContent: 'space-between',
 alignItems: 'center',
 marginBottom: 30,
},
circle: {
 height: 20,
 width: 20,
 borderRadius: 10,
 borderWidth: 1,
 borderColor: '#ACACAC',
 alignItems: 'center',
 justifyContent: 'center',
},
checkedCircle: {
 width: 14,
 height: 14,
 borderRadius: 7,
 backgroundColor: '#794F9B',
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment