react-native-idle-timer icon indicating copy to clipboard operation
react-native-idle-timer copied to clipboard

A cross-platform bridge that allows you to enable and disable the screen idle timer in your React Native app

Results 6 react-native-idle-timer issues
Sort by recently updated
recently updated
newest added

The plugin was not working on an old iPhone 6s with iOS 15.2. The screen get locked after the default 1 Minute set on the iOS settings. I updated the...

I downloaded the package and pod installed. i reran my metro server and when i navigate to my camera screen, the code is fired and BOOM... null is not an...

I will use in our app but this is not working in android. IdleTimerManager.setIdleTimerDisabled(true); IdleTimerManager.setIdleTimerDisabled(false); @kasinskas @flacito @CaptainJeff

Hi @marcshilling, thanks again for this library. I have a quick proposal. Recently I've found that many packages, when not installed correctly, raise somewhat cryptic errors. To mitigate this issue,...

Getting error: package org.jetbrains.annotations does not exist In IdleTimeManager.java line 12 for dependency "react-native-idle-timer": "^2.2.1", react-native version 63.4 distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip

public static void deactivate(@NotNull final Activity activity, final String tag) { ^ symbol: class NotNull location: class IdleTimerManager error in this code in IdleTimerManager.java --------------------------------------------- public static void activate(@NotNull final...