wusuopu ef94807f5e remove unused files | il y a 8 ans | |
---|---|---|
Demo | il y a 8 ans | |
android | il y a 8 ans | |
ios | il y a 8 ans | |
.gitignore | il y a 8 ans | |
.npmignore | il y a 8 ans | |
README.md | il y a 8 ans | |
index.js | il y a 8 ans | |
package.json | il y a 8 ans |
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()