Skip to content

Instantly share code, notes, and snippets.

@JonathanZWhite
Last active April 24, 2017 05:06
Show Gist options
  • Save JonathanZWhite/d9f857c6f05b52877c9e830c15d80817 to your computer and use it in GitHub Desktop.
Save JonathanZWhite/d9f857c6f05b52877c9e830c15d80817 to your computer and use it in GitHub Desktop.
import { spacing } from '../styles/base/spacing';
...
const styles = StyleSheet.create({
button: {
marginBottom: spacing.space4, // adding margin using spacing constant
...
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment