Skip to content

Commit bbc0919

Browse files
authored
Merge pull request Expensify#49464 from cretadn22/disable-NFC
Disable NFC option
2 parents 5e106f0 + fa24e03 commit bbc0919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Onfido/index.native.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function Onfido({sdkToken, onUserExit, onSuccess, onError}: OnfidoProps) {
2727
countryCode: OnfidoCountryCode.USA,
2828
},
2929
},
30+
disableNFC: true,
3031
})
3132
.then(onSuccess)
3233
.catch((error: OnfidoError) => {

0 commit comments

Comments
 (0)