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

the component is not work In part of Android Devices #22

Closed hjskevin closed 4 years ago

hjskevin commented 4 years ago

when i play video componentDidMount(){ IdleTimerManager.setIdleTimerDisabled(true); } componentWillUnmount(){ IdleTimerManager.setIdleTimerDisabled(false); }