Aucune description
wusuopu 7104c18fb0 add README.md il y a 8 ans
Demo update demo il y a 8 ans
android update demo il y a 8 ans
ios add Demo il y a 8 ans
.gitignore create project il y a 8 ans
.npmignore add Demo il y a 8 ans
README.md add README.md il y a 8 ans
index.js create project il y a 8 ans
package.json create project il y a 8 ans

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