mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 00:44:54 +00:00
ver bump
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user