Skip to content

Instantly share code, notes, and snippets.

@agustito37
Last active October 12, 2020 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustito37/adf9dca25d2b2c836c78e8cbad47180e to your computer and use it in GitHub Desktop.
Save agustito37/adf9dca25d2b2c836c78e8cbad47180e to your computer and use it in GitHub Desktop.
export const RED_COLOR = '#ff0000';
export const GREEN_COLOR = '#00ff00';
export const BLUE_COLOR = '#0000ff';
export const globalStyles = {
container: {
flex: 1,
flexDirection: row,
backgroundColor: RED_COLOR
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment