navigate goBack after navigate('somepage') in finishProcess
Opened this issue · 1 comments
nucrasenaa commented
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
ch3coo2ca commented
I'm having the same problem too 😭