import React from 'react'; import {NavigationContainer} from '@react-navigation/native'; import Routes, {AuthProvider, ProfileProvider} from './routes'; const App = () => { return ( ); }; export default App;