import * as React from 'react'; import { StyleSheet } from 'react-native'; import { Text, View } from '../components/Themed'; import { ScreenInfo3 } from '../components/ScreenInfo'; export default function TripScreen() { return ( GT2 ); } const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'center', }, title: { fontSize: 40, fontWeight: 'bold', }, separator: { marginVertical: 10, height: 1, width: '80%', }, });