Quick Start
Create one typed deck family for your item type. Root, Card, hooks, actions,
and events from that factory share the same registry namespace.
Examples & Demo
- 📁 Example Project - Real implementation code with various use cases.
- 🤖 Expo Snack - Try it instantly on Expo Snack.
Add Controls
Use state and action hooks for React-rendered UI such as counters and buttons.
Add allowedDirections={['left', 'right', 'up']} on Root to enable the up action. Upward
gestures also require drag.mode: 'free'; the horizontal configuration above intentionally keeps
vertical finger movement disabled.
Enable undo tracking only when you expose undo UX:
