FixTask: #77
This commit is contained in:
@@ -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 React from "react";
|
||||||
import Page from "../../layouts/Page";
|
import Page from "../../layouts/Page";
|
||||||
import { background, icons } from "../../assets";
|
import { background, icons } from "../../assets";
|
||||||
@@ -34,6 +34,7 @@ const Library = () => {
|
|||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
gap: 20,
|
gap: 20,
|
||||||
paddingBottom: responsiveHeight(20),
|
paddingBottom: responsiveHeight(20),
|
||||||
|
paddingTop: Platform.OS !== "android" ? 20 : 0,
|
||||||
}}
|
}}
|
||||||
showsVerticalScrollIndicator={false}
|
showsVerticalScrollIndicator={false}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user