# react-native-idle-patch **Repository Path**: mr03/react-native-idle-patch ## Basic Information - **Project Name**: react-native-idle-patch - **Description**: 1. 修改Gradle问题 2. 修改代码问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2021-01-07 ## 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() ```