From b6a64021175ffea4254c4302f228d452e80ae2fe Mon Sep 17 00:00:00 2001 From: kasunAppDev <31070135+kprabath@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:08:26 +0530 Subject: [PATCH] added keyboard auto dimiss to on dismiss method --- example/PaymentScreen.tsx | 22 ++++++----- payment_sdk/src/components/Sheet.tsx | 8 ++-- payment_sdk/src/components/SheetContent.tsx | 34 ++++++++++++---- .../src/components/sections/SheetFooter.tsx | 39 +++++++------------ payment_sdk/src/util/helpers.ts | 5 +++ 5 files changed, 64 insertions(+), 44 deletions(-) diff --git a/example/PaymentScreen.tsx b/example/PaymentScreen.tsx index 72a7a8e..894a91a 100644 --- a/example/PaymentScreen.tsx +++ b/example/PaymentScreen.tsx @@ -84,15 +84,19 @@ const PaymentScreen = () => { onChangeText={setAmount} /> -