No Description
wusuopu ef94807f5e remove unused files 7 years ago
Demo upgrade to RN 0.38 7 years ago
android remove unused files 7 years ago
ios add Demo 7 years ago
.gitignore create project 7 years ago
.npmignore add Demo 7 years ago
README.md add README.md 7 years ago
index.js create project 7 years ago
package.json remove unused files 7 years ago

README.md

react-native-idle

Prevent screen to sleep in ReactNative app.

Install

npm install react-native-idle --save
react-native link react-native-idle

Usage

import RNIdle from 'react-native-idle'

RNIdle.disableIdleTimer()
RNIdle.enableIdleTimer()