You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``I would like to use the library to set a specific timeout for the idle-timer. Would this be interesting?
This could be used also for turning the screen on and off.
I would like to do like this
import IdleTimerManager from 'react-native-idle-timer';
.....
function myHandler()[
IdleTimerManager.setIdleTimeout(10*1000)
}