Skip to content

Instantly share code, notes, and snippets.

@diego3g
Created September 11, 2017 18:00
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 diego3g/4bb5012026052c6f8af12689783a19c8 to your computer and use it in GitHub Desktop.
Save diego3g/4bb5012026052c6f8af12689783a19c8 to your computer and use it in GitHub Desktop.
// 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