This commit is contained in:
Philip Cesar Garay
2025-09-09 18:34:40 +08:00
parent d4c186e640
commit a3046540be
+2 -1
View File
@@ -1,4 +1,4 @@
import { View, Image, ScrollView, Pressable } from "react-native";
import { View, Image, ScrollView, Pressable, Platform } from "react-native";
import React from "react";
import Page from "../../layouts/Page";
import { background, icons } from "../../assets";
@@ -34,6 +34,7 @@ const Library = () => {
flexGrow: 1,
gap: 20,
paddingBottom: responsiveHeight(20),
paddingTop: Platform.OS !== "android" ? 20 : 0,
}}
showsVerticalScrollIndicator={false}
>