Skip to content

Instantly share code, notes, and snippets.

@Renatello
Created August 8, 2017 12:10
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 Renatello/4a9e9169252d7cd85e7e54fcf8b53277 to your computer and use it in GitHub Desktop.
Save Renatello/4a9e9169252d7cd85e7e54fcf8b53277 to your computer and use it in GitHub Desktop.
React native root scene
<Router>
<Scene key="root">
<Scene key="login" component={LoginForm} title="Please Login" />
</Scene>
</Router>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment