This skill provides patterns for Tamagui v1.x that go beyond fundamentals. It focuses on Config v4, compiler optimization, compound components, and common mistakes. Mandatory Context Loading When working with these components, read the corresponding pattern file BEFORE writing code: | Component Type | Required Reading | Cross-Skills | |---------------|------------------|--------------| | Dialog, Sheet, modal overlays | @DIALOG PATTERNS.md | | | Form, Input, Label, validation | @FORM PATTERNS.md | (zod) | | Animations, transitions | @ANIMATION PATTERNS.md | | | Popover, Tooltip, Select | @OVER…