Modal
A centered (or bottom-anchored) dialog rendered in a React Native Modal, with a fading backdrop. Sheet is built on top of this component using contentAlign="bottom".
Sheet
A bottom-anchored panel built on Modal. It supports drag-to-dismiss and tap-outside-to-close, and is the base Menu is built on.
Menu
An action sheet listing selectable actions. It renders on top of Sheet, so it opens from the bottom and supports drag-to-dismiss. Pass isVisible/onClose and a flat actions array.
Tooltip
Wraps a pressable child and toggles a small label bubble above or below it on press. Manages its own open/closed state internally, no controlled props required.