설명 없음
yyppaag 6f4eb1c8bb
Update RNIdlePackage.java
3 년 전
Demo upgrade to RN 0.38 7 년 전
android Update RNIdlePackage.java 3 년 전
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 remove unused files 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()