|
|
5 yıl önce | |
|---|---|---|
| Demo | 9 yıl önce | |
| android | 5 yıl önce | |
| ios | 9 yıl önce | |
| .gitignore | 9 yıl önce | |
| .npmignore | 9 yıl önce | |
| README.md | 9 yıl önce | |
| index.js | 9 yıl önce | |
| package.json | 9 yıl önce |
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()