Created
April 12, 2016 21:08
-
-
Save lynndylanhurley/39a7feba54d9fe7bbadde88b8c705fee 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
<Scene | |
key="Auth" | |
hideNavBar={true}> | |
<Scene | |
key="Login" | |
component={Login} | |
initial={true} | |
title="Login" /> | |
<Scene | |
key="Register" | |
component={Register} | |
title="Register" /> | |
<Scene | |
key="PasswordReset" | |
component={PasswordReset} | |
title="Reset Password" /> | |
</Scene> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment