import { StyleSheet, Text, View} from 'react-native'; import Button from '../components/Button'; export default function Settings({theme, changeTheme}:any){ return ( This is settings