# react-native-idle **Repository Path**: mr03/react-native-idle ## Basic Information - **Project Name**: react-native-idle - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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() ```