暂无描述
wusuopu 6adee4f6b7 upgrade to RN 0.38 7 年前
Demo upgrade to RN 0.38 7 年前
android update demo 7 年前
ios add Demo 7 年前
.gitignore create project 7 年前
.npmignore add Demo 7 年前
README.md add README.md 7 年前
index.js create project 7 年前
package.json create project 7 年前

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