jarden-digital/react-native-pincode

navigate goBack after navigate('somepage') in finishProcess

Opened this issue · 1 comments

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

I'm having the same problem too 😭