import { StyleSheet } from "react-native"; import { ThemedText, ThemedView } from "@/components/theme/Theme"; const Settings = () => { return ( Settings ); }; export default Settings; const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', }, text: { fontSize: 24, }, });