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