Commit 41350041 by G

provide navigation to useWave hook

parent 378cef93
...@@ -35,7 +35,7 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI ...@@ -35,7 +35,7 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI
orangePaymentTransactionHandler, orangePaymentTransactionHandler,
} = useOrangeMoney(navigation); } = useOrangeMoney(navigation);
const { waveTransactionHandler } = useWave(); const { waveTransactionHandler } = useWave(navigation);
const insets = useSafeAreaInsets(); const insets = useSafeAreaInsets();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment