From 41350041915f7da689a3eb870a952c69690d6d47 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 19 Jun 2024 15:43:37 +0000 Subject: [PATCH] provide navigation to useWave hook --- src/screens/PaymentAmountInputScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/PaymentAmountInputScreen.tsx b/src/screens/PaymentAmountInputScreen.tsx index cc73718..f3e5ae4 100644 --- a/src/screens/PaymentAmountInputScreen.tsx +++ b/src/screens/PaymentAmountInputScreen.tsx @@ -35,7 +35,7 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI orangePaymentTransactionHandler, } = useOrangeMoney(navigation); - const { waveTransactionHandler } = useWave(); + const { waveTransactionHandler } = useWave(navigation); const insets = useSafeAreaInsets(); -- libgit2 0.27.1