From 57b493306466d4185d3ead01135e59ec3da21dd6 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 8 May 2024 15:35:30 +0000 Subject: [PATCH] show a little logo indicator of the payment type picked on the previous screen --- src/screens/PaymentAmountInputScreen.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/screens/PaymentAmountInputScreen.tsx b/src/screens/PaymentAmountInputScreen.tsx index e3d4a20..28fb94b 100644 --- a/src/screens/PaymentAmountInputScreen.tsx +++ b/src/screens/PaymentAmountInputScreen.tsx @@ -4,6 +4,7 @@ import BeasyLogoIcon from "@components/BeasyLogoIcon"; import Button from "@components/Button"; import GoBackIconButton from "@components/GoBackIconButton"; import Input from "@components/Input"; +import PaymentOption from "@components/PaymentOption"; import BackgroundGreenWhiteContentArea from "@components/backgrounds/BackgroundGreenWhiteContentArea"; import Box from "@components/bases/Box"; import { SafeAreaView } from "react-native-safe-area-context"; @@ -33,7 +34,10 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI - + + + {}} paymentMethod={paymentType} /> +