Skip to content

Commit

Permalink
Merge pull request #49464 from cretadn22/disable-NFC
Browse files Browse the repository at this point in the history
Disable NFC option
  • Loading branch information
rafecolton authored Sep 23, 2024
2 parents 5e106f0 + fa24e03 commit bbc0919
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 bbc0919

Please sign in to comment.