Skip to content

Instantly share code, notes, and snippets.

@artjumble
Created March 27, 2015 04:51
Show Gist options
  • Save artjumble/297d1670ddd5cf3e2d7f to your computer and use it in GitHub Desktop.
Save artjumble/297d1670ddd5cf3e2d7f to your computer and use it in GitHub Desktop.
React Native StyleSheet example
var styles = StyleSheet.create({
base: {
width: 38,
height: 38,
},
background: {
backgroundColor: '#222222',
},
active: {
borderWidth: 2,
borderColor: '#00ff00',
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment