You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is my code <PINCode status={'choose'} touchIDDisabled={true} finishProcess={async(pinCode)=>{ await setTimeout(()=>{ navigate('mainTouchID') },500) }} passwordLength={6} />
When navigate to mainTouchID page. Then this page go back to PINCode Page aways.
mainTouchID page only have View
The text was updated successfully, but these errors were encountered:
nucrasenaa
changed the title
Navigate go
navigate goBack after navigate('somepage') in finishProcess
May 28, 2021
this is my code
<PINCode status={'choose'} touchIDDisabled={true} finishProcess={async(pinCode)=>{ await setTimeout(()=>{ navigate('mainTouchID') },500) }} passwordLength={6} />
When navigate to mainTouchID page. Then this page go back to PINCode Page aways.
mainTouchID page only have View
The text was updated successfully, but these errors were encountered: