import { StyleSheet } from 'react-native'; import ScreenLayout from '../../components/layout/screenLayout'; import { globalStyles } from '../../styles/global'; import { RegularText } from '../../components/Styled'; export default function TabTwoScreen() { return ( No content is served from movie-web directly and movie web does not host anything. ); } const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'center', }, title: { fontSize: 20, fontWeight: 'bold', }, separator: { marginVertical: 30, height: 1, width: '80%', }, });