We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e106f0 + fa24e03 commit bbc0919Copy full SHA for bbc0919
src/components/Onfido/index.native.tsx
@@ -27,6 +27,7 @@ function Onfido({sdkToken, onUserExit, onSuccess, onError}: OnfidoProps) {
27
countryCode: OnfidoCountryCode.USA,
28
},
29
30
+ disableNFC: true,
31
})
32
.then(onSuccess)
33
.catch((error: OnfidoError) => {
0 commit comments