Skip to content

Commit

Permalink
disable NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Sep 19, 2024
1 parent e817885 commit fa24e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Onfido/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function Onfido({sdkToken, onUserExit, onSuccess, onError}: OnfidoProps) {
countryCode: OnfidoCountryCode.USA,
},
},
disableNFC: true,
})
.then(onSuccess)
.catch((error: OnfidoError) => {
Expand Down

0 comments on commit fa24e03

Please sign in to comment.