Skip to content

Instantly share code, notes, and snippets.

@diego3g
Created September 20, 2017 12: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 diego3g/44426b0627ff038b396d6b2ebd693abb to your computer and use it in GitHub Desktop.
Save diego3g/44426b0627ff038b396d6b2ebd693abb to your computer and use it in GitHub Desktop.
import { StyleSheet } from 'react-native';
import { general } from 'styles';
const styles = StyleSheet.create({
...general,
});
export default styles;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment