Skip to content

Instantly share code, notes, and snippets.

@lrlineroa
Created July 4, 2019 01:08
Show Gist options
  • Save lrlineroa/76ed1e003af9ff4b74d273bf5bc43d49 to your computer and use it in GitHub Desktop.
Save lrlineroa/76ed1e003af9ff4b74d273bf5bc43d49 to your computer and use it in GitHub Desktop.
import React from 'react';
import { StyleSheet, View } from 'react-native';
import Router from './Router';//<-- se añade esta importación
export default function App() {
return (
<Router/> //<se llama el Router
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment