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.
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