Setting the file. One moment.
Skill 02 · Stitch::react Native
Subchapter 2.6
README.mdMarkdown1 KBView on GitHub
npx skills add google-labs-code/stitch-skills --skill react-native --globalConvert my Login screen in my Stitch Project to React Native components.This skill follows the Agent Skills open standard. Each skill is self-contained with its own logic, validation scripts, and design tokens.
skills/react-native/
├── SKILL.md — Core instructions & workflow
├── package.json — Validator dependencies
├── scripts/ — Networking & AST validation
├── resources/ — Architecture checklist & component templates
└── examples/ — Gold-standard code samplesWhen activated, the agent follows a design-to-native pipeline:
curl script to download Stitch HTML and screenshots from Google Cloud Storage.View, Text, Pressable, Image, etc.) and converts CSS/Tailwind to StyleSheet.create() calls.