Commit d44f9a33 by G

navigate to the numberAndOtp... screen

parent e514ef17
...@@ -37,7 +37,7 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI ...@@ -37,7 +37,7 @@ const PaymentAmountInputScreen: PaymentStackScreenComponentProps<"paymentAmountI
/> />
</Box> </Box>
<Button <Button
onPress={() => {}} onPress={() => navigation.navigate("numberAndOtpForPaymentScreen")}
variant={"full"} variant={"full"}
textVariants={"primary"} textVariants={"primary"}
label="Confirmer" label="Confirmer"
......
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