From a3046540beb616a6936f4a06709b8f5d0facb17e Mon Sep 17 00:00:00 2001 From: Philip Cesar Garay Date: Tue, 9 Sep 2025 18:34:40 +0800 Subject: [PATCH] FixTask: #77 --- src/screens/Library/Library.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Library/Library.js b/src/screens/Library/Library.js index 5f51be1..8aaa002 100644 --- a/src/screens/Library/Library.js +++ b/src/screens/Library/Library.js @@ -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} >