composing-react-native-application
Installation
SKILL.md
Composing React Native Application
Overview
Extends one complete Expo core app into product variants through declared slots. Variants fill those slots; they keep the app rather than forking it. A host that prebuilds wraps the core’s toolchain factories so the filled variant can run. That wrap is host duty, not a slot.
Two unrelated apps that share a UI kit are a library plus managing-monorepo, not this skill.
Dependencies
Resolve every required row before composing. Skill discovery and missing-skill stop text: composition-contract.md → Require managing-monorepo.
| Item | Required | When | How |
|---|---|---|---|
managing-monorepo e0e993e7-a5f9-4bea-9923-166b503df045 |
required | Always | npx skills add cedmandocdoc/awesome-skills --skill managing-monorepo |
building-react-native-application ddfed93c-f419-4c5f-8832-85acc8f85f00 |
optional | Screens, src/ui, navigation, forms |
npx skills add cedmandocdoc/awesome-skills --skill building-react-native-application |
Install both: npx skills add cedmandocdoc/awesome-skills --skill composing-react-native-application --skill managing-monorepo