useAppState
When you want to have a callback, when the app goes from one state to another
When you want to have a callback, when the app goes from one state to another
When you want to do a search, but you only want to get the delayed string instead of immediately.
Useful if you want to set the title, or change back button behaviour in React Navigation.
When you want to know if the user is idle within your react native app, then do something about it.
When you want to multi select items. When the item is selected again, it will be removed.