animated tab bar

This commit is contained in:
2025-10-03 10:43:08 +02:00
parent c6a5501cff
commit afd7cf9d45
3 changed files with 96 additions and 9 deletions
+1
View File
@@ -25,6 +25,7 @@ export const BottomTabScreen = () => {
animate={{
tintColor: focused ? Palette.white : "#8B8883",
}}
transition={{ type: "spring", damping: 18, mass: 0.7 }}
style={[
{
width: Platform.OS === "web" ? 30 : 24,