|  | il y a 5 ans | |
|---|---|---|
| Demo | il y a 9 ans | |
| android | il y a 5 ans | |
| ios | il y a 9 ans | |
| .gitignore | il y a 9 ans | |
| .npmignore | il y a 9 ans | |
| README.md | il y a 9 ans | |
| index.js | il y a 9 ans | |
| package.json | il y a 9 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()