wusuopu ef94807f5e remove unused files | 8 年前 | |
---|---|---|
Demo | 8 年前 | |
android | 8 年前 | |
ios | 8 年前 | |
.gitignore | 8 年前 | |
.npmignore | 8 年前 | |
README.md | 8 年前 | |
index.js | 8 年前 | |
package.json | 8 年前 |
Prevent screen to sleep in ReactNative app.
npm install react-native-idle --save
react-native link react-native-idle
import RNIdle from 'react-native-idle'
RNIdle.disableIdleTimer()
RNIdle.enableIdleTimer()