Skip to content

Instantly share code, notes, and snippets.

@agustito37
Last active October 26, 2020 21:37
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/7a41cb267e558ede30086575ef922ae6 to your computer and use it in GitHub Desktop.
Save agustito37/7a41cb267e558ede30086575ef922ae6 to your computer and use it in GitHub Desktop.
import { GlobalStyles } from 'react-native-use-styles';
GlobalStyles({
constants: {
white: '#ffffff',
black: '#000000',
grey: '#adadad'
},
container: {
flex: 1,
flexDirection: row
},
button: {
width: 50,
height: 20
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment