Skip to content

Instantly share code, notes, and snippets.

@diego3g
Last active September 20, 2017 12:20
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/ab055337880623c2b781d0e0ea533ef7 to your computer and use it in GitHub Desktop.
Save diego3g/ab055337880623c2b781d0e0ea533ef7 to your computer and use it in GitHub Desktop.
import styles from './styles';
export default class MyComponent extends Component {
render() {
return (
<View style={styles.container} />
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment