Deskripsi:

Fix: ViewWrapper tinggi footer
Style: Constan value untuk tinggi footer per OS

# No Issue
This commit is contained in:
2025-07-15 15:30:11 +08:00
parent 9999f78ed4
commit e68d366d49
3 changed files with 15 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import { MainColor } from "@/constants/color-palet";
import { OS_HEIGHT } from "@/constants/constans-value";
import { GStyles } from "@/styles/global-styles";
import {
ImageBackground,
@@ -71,6 +72,7 @@ const ViewWrapper = ({
edges={["bottom"]}
style={{
backgroundColor: MainColor.darkblue,
height: OS_HEIGHT
}}
>
{footerComponent}