Merge branch 'temp-branch'

This commit is contained in:
DocNR 2025-02-13 13:23:35 -05:00
commit af6a5c2683
3 changed files with 6 additions and 4 deletions

View File

@ -49,8 +49,10 @@ export default function LibraryScreen() {
tabBarIndicatorStyle: {
backgroundColor: colors.text,
},
tabBarStyle: { backgroundColor: colors.card }
}}
tabBarStyle: { backgroundColor: colors.card },
swipeEnabled: true, // Enable swipe navigation
animationEnabled: true, // Enable animations when swiping
lazy: true }}
>
<Tab.Screen
name="exercises"

2
package-lock.json generated
View File

@ -56,7 +56,7 @@
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-pager-view": "^6.5.1",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",

View File

@ -70,7 +70,7 @@
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-pager-view": "^6.5.1",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",