Skip to content

Instantly share code, notes, and snippets.

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