Keeps timing users out while using the app
coderwithattitude opened this issue · 2 comments
Hi @jkomyno,
Thanks for this awesome contribution to the react native community. I seem to be having some issues with our implementation as users keep getting timed out while they are using our app, and they have to sign back in after which they are immediately timed out. Below is a sample
Of our code
`
<UserInactivity
timeForInactivity={SIGNOUT_INTERVAL}
timeoutHandler={BackgroundTimer}
isActive={store.getState().inactivityState}
onAction={isActive => this.onAction(isActive)}
>
'
Thanks for your help in advance.
Hi @coderwithattitude, thank you for your message. Can you please provide an executable demo for me to understand where the problem might lie? Thank you in advance.
Closed for inactivity.