Skip to content

Instantly share code, notes, and snippets.

@agustito37
Last active October 12, 2020 16:33
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/fa3dbecefa6f825ac56031a6ecf13f2e to your computer and use it in GitHub Desktop.
Save agustito37/fa3dbecefa6f825ac56031a6ecf13f2e to your computer and use it in GitHub Desktop.
import { globalStyles, GREEN_COLOR } from './globalStyles';
import Stylesheet from 'react-native';
export const styles = Stylesheet.create({
content: {
...globalStyles.container,
backgroundColor: GREEN_COLOR
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment