Created
September 11, 2017 18:00
-
-
Save diego3g/4bb5012026052c6f8af12689783a19c8 to your computer and use it in GitHub Desktop.
This file contains 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
// src/index.js | |
import React from 'react'; | |
import { View } from 'react-native'; | |
import { SignedOutRoutes, SignedInRoutes } from './routes'; | |
export default class App extends React.Component { | |
render() { | |
return <SignedOutRoutes /> | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment