Tier A

RN-universal Separator pilot

Scaffolded

A 1px divider. Horizontal or vertical. No Radix dependency — a single View with an appropriate axis-constrained size and an optional ARIA separator role when the line is structurally meaningful.

Side-by-side: horizontal

shadcn (Radix primitive)
Students
Teachers
RN (View via RN Web)
Students
Teachers

Side-by-side: vertical

shadcn
HomeReportsSettings
RN
HomeReportsSettings

Decorative vs structural

Decorative (default): hidden from assistive tech. Structural: announced as a separator with its orientation.

Semantics

AspectshadcnRNNotes
Element<div role="separator"><View role="separator">role applied only when decorative=false
Orientationdata-orientation="…"aria-orientation="…"RN Web emits aria-* directly; no data-attributes
Sizing1px via data-selector CSSh-px or w-px utilitySame Tailwind classes; no runtime branching