navigate to home instead of floàw

This commit is contained in:
2025-10-03 14:39:12 +02:00
parent ce262f2d07
commit 680cc4852d
10 changed files with 95 additions and 59 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const BottomTabScreen = () => {
<Motion.Image
resizeMode={"contain"}
animate={{
tintColor: focused ? Palette.white : "#8B8883",
tintColor: focused ? Palette.white : "#cacacaff",
}}
transition={{ type: "spring", damping: 18, mass: 0.7 }}
style={[
+1 -1
View File
@@ -109,7 +109,7 @@ const TabBar = ({ state = {}, descriptors = {}, navigation = {} }) => {
<Text
style={{
fontSize: isWeb ? 14 : 10,
color: isFocused ? Palette.white : "#8B8883",
color: isFocused ? Palette.white : "#cacacaff",
fontFamily: FONT_FAMILY.HelveticaNeueRegular,
marginTop: 2,
}}