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