marcshilling / react-native-idle-timer

A cross-platform bridge that allows you to enable and disable the screen idle timer in your React Native app
MIT License
216 stars 42 forks source link

IdleTimerManager.setIdleTimerDisabled is not working on android. #27

Open codal-mpawar opened 3 years ago

codal-mpawar commented 3 years ago

I will use in our app but this is not working in android. IdleTimerManager.setIdleTimerDisabled(true); IdleTimerManager.setIdleTimerDisabled(false);

@kasinskas @flacito @CaptainJeff

codal-mpawar commented 3 years ago

@marcshilling Any solution please share with us when we have video component then it's not working.

sahinbezeng commented 2 years ago

It's working actually. How did you implemented it?