📄️ 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.
📄️ useMultiSelect
When you want to multi select items. When the item is selected again, it will be removed.