Sin descripción
yyppaag 6f4eb1c8bb
Update RNIdlePackage.java
hace 3 años
Demo upgrade to RN 0.38 hace 7 años
android Update RNIdlePackage.java hace 3 años
ios add Demo hace 7 años
.gitignore create project hace 7 años
.npmignore add Demo hace 7 años
README.md add README.md hace 7 años
index.js create project hace 7 años
package.json remove unused files hace 7 años

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()