wfg-react-native-idle
v1.1.0
Published
Prevent screen to sleep in ReactNative app.
Downloads
1
Readme
react-native-idle
Prevent screen to sleep in ReactNative app.
Install
npm install react-native-idle --save
react-native link react-native-idle
Usage
import RNIdle from 'react-native-idle'
RNIdle.disableIdleTimer()
RNIdle.enableIdleTimer()