import type { PaymentStackScreenComponentProps } from "@/navigations/Types"; import BeasyLogoIcon from "@components/BeasyLogoIcon"; import Button from "@components/Button"; import GoBackIconButton from "@components/GoBackIconButton"; import InputWithTopLabel from "@components/InputWithTopLabel"; import PaymentOption from "@components/PaymentOption"; import BackgroundGreenWhiteContentArea from "@components/backgrounds/BackgroundGreenWhiteContentArea"; import Box from "@components/bases/Box"; import Text from "@components/bases/Text"; import { LOG } from "@logger"; import { SafeAreaView } from "react-native-safe-area-context"; const log = LOG.extend("NumberAndOtpForPaymentScreen"); const NumberAndOtpForPaymentScreen: PaymentStackScreenComponentProps< "numberAndOtpForPaymentScreen" > = ({ navigation }) => { console.debug("NumberAndOtpForPaymentScreen"); return ( navigation.goBack()} /> Montant à payer 78000 {}} paymentMethod={"OM"} />