jarden-digital / react-native-pincode

A PIN code component for react native
MIT License
390 stars 203 forks source link

navigate goBack after navigate('somepage') in finishProcess #182

Open nucrasenaa opened 3 years ago

nucrasenaa commented 3 years ago

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 3 years ago

I'm having the same problem too 😭