import {View, Text, SafeAreaView, StatusBar} from 'react-native'; import React from 'react'; import Routes from './src/routes'; const App = () => { return ( ); }; export default App;