Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Last active April 12, 2016 21:11
Show Gist options
  • Save lynndylanhurley/e640049336061738c3c56ae5f6826f1e to your computer and use it in GitHub Desktop.
Save lynndylanhurley/e640049336061738c3c56ae5f6826f1e to your computer and use it in GitHub Desktop.
class Auth extends React.Component {
render () {
return (
<View>
<Header />
</View>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment