Phase 9c · Tier A
RN-universal Drawer pilot
ScaffoldedMobile-first drawer panel. Composes RnSheet with drawer-tuned defaults: direction='bottom', no close-X, visible grabber for vertical drawers. Swipe-to-dismiss is a 0.2.x candidate.
Pick a direction
Side-by-side: direction="bottom"
shadcn (Vaul)
RN
The RN drawer renders the same animated slide as RnSheet. The handle bar appears for top/bottom directions only.
Semantics
| Aspect | shadcn (Vaul) | RN | Notes |
|---|---|---|---|
| Underlying | Vaul | RnSheet | No new deps |
| Default side | 'bottom' | 'bottom' | Mobile-first |
| Handle | shown for vertical | shown for vertical | Vert grabber for swipe affordance |
| Swipe dismiss | yes (Vaul) | no (v1) | 0.2.x candidate |
| Close-X | optional | hidden by default | Pass hideCloseButton={false} to enable |