Skip to content

Instantly share code, notes, and snippets.

@airbugg
Created October 13, 2020 17:35
Show Gist options
  • Save airbugg/48b4ef682147bc024a306e26389952bb to your computer and use it in GitHub Desktop.
Save airbugg/48b4ef682147bc024a306e26389952bb to your computer and use it in GitHub Desktop.
StyleSheet.create({
oval: {
backgroundColor: 'transparent',
borderColor: 'white',
borderWidth: 2,
transform: [{ scaleX: 1.2 }, { scaleY: 1.5 }],
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment