Skip to content

Instantly share code, notes, and snippets.

@leandrojo
Created June 20, 2018 02:38
Show Gist options
  • Select an option

  • Save leandrojo/19234471e95b1d135977a35dcf6a0f47 to your computer and use it in GitHub Desktop.

Select an option

Save leandrojo/19234471e95b1d135977a35dcf6a0f47 to your computer and use it in GitHub Desktop.
// ... code wharever.
return (
<View style={styles.Item}>
<Circle
width={50}
strokeColor="#F00"
/>
<Icon />
</View>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment