From fa24e030b5757e5980da8cd297881a0447c2012f Mon Sep 17 00:00:00 2001 From: cretadn22 Date: Thu, 19 Sep 2024 20:10:10 +0700 Subject: [PATCH] disable NFC --- src/components/Onfido/index.native.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Onfido/index.native.tsx b/src/components/Onfido/index.native.tsx index c6eb9c8868ee..a30d70ea7464 100644 --- a/src/components/Onfido/index.native.tsx +++ b/src/components/Onfido/index.native.tsx @@ -27,6 +27,7 @@ function Onfido({sdkToken, onUserExit, onSuccess, onError}: OnfidoProps) { countryCode: OnfidoCountryCode.USA, }, }, + disableNFC: true, }) .then(onSuccess) .catch((error: OnfidoError) => {