PKG update

This commit is contained in:
Milan Paunovic
2024-11-01 04:58:55 +01:00
parent 4f1a96d0f1
commit 0d2fe33caa
2 changed files with 214 additions and 229 deletions

View File

@ -16,7 +16,7 @@
"supportsTablet": true,
"bundleIdentifier": "com.cally.app",
"googleServicesFile": "./ios/GoogleService-Info.plist",
"buildNumber": "62",
"buildNumber": "63",
"usesAppleSignIn": true
},
"android": {

View File

@ -1,29 +1,16 @@
import React from "react";
import {Drawer} from "expo-router/drawer";
import {useSignOut} from "@/hooks/firebase/useSignOut";
import {
DrawerContentScrollView,
DrawerItem,
DrawerItemList,
} from "@react-navigation/drawer";
import { Button, View, Text, ButtonSize } from "react-native-ui-lib";
import {DrawerContentScrollView,} from "@react-navigation/drawer";
import {Button, ButtonSize, Text, View} from "react-native-ui-lib";
import {ImageBackground, StyleSheet} from "react-native";
import Feather from "@expo/vector-icons/Feather";
import DrawerButton from "@/components/shared/DrawerButton";
import {
AntDesign,
FontAwesome6,
MaterialCommunityIcons,
Octicons,
} from "@expo/vector-icons";
import MenuIcon from "@/assets/svgs/MenuIcon";
import { router } from "expo-router";
import NavGroceryIcon from "@/assets/svgs/NavGroceryIcon";
import NavToDosIcon from "@/assets/svgs/NavToDosIcon";
import NavBrainDumpIcon from "@/assets/svgs/NavBrainDumpIcon";
import NavCalendarIcon from "@/assets/svgs/NavCalendarIcon";
import NavSettingsIcon from "@/assets/svgs/NavSettingsIcon";
import { useAtom, useSetAtom } from "jotai";
import {useSetAtom} from "jotai";
import {
isFamilyViewAtom,
settingsPageIndex,
@ -68,7 +55,7 @@ export default function TabLayout() {
<View
style={{
flexDirection: "row",
paddingHorizontal: 30,
paddingHorizontal: 30
}}
>
<View style={{flex: 1, paddingRight: 5}}>
@ -139,7 +126,6 @@ export default function TabLayout() {
}}
icon={<NavBrainDumpIcon/>}
/>
{/*<DrawerItem label="Logout" onPress={() => signOut()} />*/}
</View>
</View>
<Button
@ -169,17 +155,16 @@ export default function TabLayout() {
color="#464039"
paddingV-30
marginH-30
marginB-10
borderRadius={18.55}
style={{elevation: 0}}
/>
<Button
size={ButtonSize.large}
marginH-30
marginH-10
paddingV-15
style={{
marginTop: "42%",
marginTop: 50,
backgroundColor: "transparent",
borderWidth: 1.3,
borderColor: "#fd1775",