DEV Community
•
2026-08-20 11:05
The Design Workflow That Makes an Expo Template Stop Looking Like an Expo Template
TL;DR
Six defaults give away almost every Expo template: blue-500, Inter, Lucide outline icons, borderRadius: 12 cards, borderRadius: 8 buttons, and a "Nothing here yet" empty state.
Three changes do most of the work in 45 minutes: one palette, one type pairing, one radius token.
Mixed radii (8 on buttons, 12 on cards) is the single most visible tell. Pick one.
Add exactly one motion ...