Tier A

RN-universal Skeleton pilot

Scaffolded

Loading placeholder. On web via RN Web the Tailwind animate-pulse utility drives the shimmer; on native the same className will be transformed by NativeWind into an Animated.loop(opacity) StyleSheet in Phase 7. Announced as a busy progressbar.

Side-by-side: single blocks

shadcn (div)
RN (View)

Composite: list item placeholder

Semantics

AspectshadcnRNNotes
Element<div><View>Parity
RolenoneaccessibilityRole="progressbar"Assistive tech announces "busy"
Staten/aaccessibilityState.busy = trueScreen reader announces loading
Animation (web)animate-pulse (CSS)animate-pulse (CSS)Same Tailwind utility
Animation (native)n/aAnimated.loop(opacity)Phase 7 NativeWind transform