Skip to content

Commit

Permalink
Merge pull request #16333 from allroundexperts/fix-16020
Browse files Browse the repository at this point in the history
fix: Onfido back button issue
  • Loading branch information
Hayata Suenaga authored Mar 23, 2023
2 parents eb6931d + decfd97 commit f79a0ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Onfido/BaseOnfidoWeb.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Onfido extends React.Component {
this.onfidoOut = OnfidoSDK.init({
token: this.props.sdkToken,
containerId: CONST.ONFIDO.CONTAINER_ID,
useMemoryHistory: true,
customUI: {
fontFamilyTitle: `${fontFamily.EXP_NEUE}, -apple-system, serif`,
fontFamilySubtitle: `${fontFamily.EXP_NEUE}, -apple-system, serif`,
Expand Down

0 comments on commit f79a0ba

Please sign in to comment.