Skip to content

Instantly share code, notes, and snippets.

@agustito37
Last active October 27, 2020 16:14
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/cca8292de8f3639972af9d9130dc2784 to your computer and use it in GitHub Desktop.
Save agustito37/cca8292de8f3639972af9d9130dc2784 to your computer and use it in GitHub Desktop.
import { GREY_COLOR } from './globalStyles';
import { styles } from './styles';
const Component = () => {
return (
<View style={styles.content}>
<Text style={{ color: GREY_COLOR }}>Hello World!</Text>
</View>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment