Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 270 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 270 Bytes

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