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

The idea is to give feedback to the user of what component has been pressed last. The general idea is exposed in https://github.com/jkomyno/react-native-user-inactivity/issues/13#issuecomment-514184147.

enhancement

The inactivity timeout will not run in case of inactivity if freezeTimer is true. Not sure if there is any other way to do it. We can use this to...

Those changes are made for a more allowing peer dependencies configuration. On later versions of React and React Native, this will allow us to safely npm install this package

Can this library add support from react 18?

onAction not called when app is in background

By this library i am not able to download node module by npm i , every time i have to run npm install --legacy-peer-dep which ignores all library peer dependancy.

The timers ignore changes to `onAction`, therefore when it changes the timeout calls the first version of the function that was passed, and not the latest. This is what causes...