diff --git a/app/(tabs)/library/index.tsx b/app/(tabs)/library/index.tsx index ea5aa52..a24f618 100644 --- a/app/(tabs)/library/index.tsx +++ b/app/(tabs)/library/index.tsx @@ -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 }} >