Last active
April 12, 2016 21:11
-
-
Save lynndylanhurley/e640049336061738c3c56ae5f6826f1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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