import {SafeAreaView, StyleSheet} from 'react-native'; import BusStopInfoScreen from './BusStopInfoScreen'; const App = () => { return ( ); }; const styles = StyleSheet.create({ container: { flex: 1, }, }); export default App;