useDebouncedCallback
Wrap an imperative function in a stable debounced callback that exposes
cancel and flush.useDebouncedCallback debounces an imperative function. The returned wrapper has stable identity (safe for useEffect deps) and exposes .cancel() and .flush(). Use this when an event handler should fire a request after a quiet period — that's how <AutoComplete> does its search internally.Platform Blocks
A comprehensive React Native design system with components that work seamlessly across iOS, Android, and Web.
Quick Links
Documentation
Resources