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} >