react-native-user-inactivity icon indicating copy to clipboard operation
react-native-user-inactivity copied to clipboard

Simple component that alerts when the user is inactive (i.e. when the App surface hasn't been touched for X ms)

Results 20 react-native-user-inactivity issues
Sort by recently updated
recently updated
newest added

Trying to run demo project from readme https://snack.expo.io/B1sjE9uMH got error: ``` App.js (1247:889) ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'. (Device) Evaluating module://react-native-user-inactivity.js Evaluating...

```shellsession PS C:\Anywhere> npm install react-native-user-inactivity npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm...

Hi, I am using UserInactivity component on the screen and timer does not stop while navigating on other screens, it works on other screens too. Can you guide me how...

I'm trying to logout user he/she us inactive for x number of minutes, I have two different different scenarios 1. Onboarding screen before login/register 2. Screens after login So I...

https://github.com/jkomyno/react-native-user-inactivity/issues/10

I am implementing two-factor authentication in my application, I want users to log out after 10 mins when 2FA is disabled When 2FA gets enabled, the timer should restart or...

I have created a component that wraps my app navigator, the problem I am experiencing is that after the onAction callback gets fired the timer seems to carry on counting...

Adding a way to turn the timer off when not required. Similar to this issue: #10 Not sure if this is the best way to accomplish a disabled mode.

See original PR [here](https://github.com/jkomyno/react-native-user-inactivity/pull/33). - Adds support for an optional `ignoreGestures` boolean prop that will prevent `PanResponder` pan handlers from being set on the `View`. This is suitable for use...