This commit is contained in:
Milan Paunovic
2024-09-28 08:59:05 +02:00
parent 7ab2fe7906
commit 91717c699d
10 changed files with 613 additions and 158 deletions

View File

@ -25,9 +25,9 @@ const pageIndex = {
const SettingsPage = () => {
const [selectedPage, setSelectedPage] = useState<number>(0);
return (
<View>
<View flexG>
{selectedPage == 0 && (
<View centerH marginH-30 marginT-30>
<View flexG centerH marginH-30 marginT-30>
<Button
backgroundColor="white"
style={styles.mainBtn}