From 05015fb07e3bda28f01f4f0a79b9d33a0b366c2e Mon Sep 17 00:00:00 2001 From: G Date: Wed, 19 Jun 2024 15:44:59 +0000 Subject: [PATCH] add shadow color property --- src/screens/WaveQrCodePaymentScreen.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/WaveQrCodePaymentScreen.tsx b/src/screens/WaveQrCodePaymentScreen.tsx index 1081501..b9dbc02 100644 --- a/src/screens/WaveQrCodePaymentScreen.tsx +++ b/src/screens/WaveQrCodePaymentScreen.tsx @@ -46,6 +46,7 @@ const WaveQrCodePaymentScreen: MainStackScreenComponentProps<"waveQrCodePaymentS borderRadius={20} borderWidth={2} borderColor={"secondary"} + shadowColor={"black"} shadowOffset={{ width: 0, height: 10 }} shadowOpacity={0.5} shadowRadius={13.16} -- libgit2 0.27.1