OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add callstackincubator/agent-skills --skill create-react-native-library
Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.
npx skills add callstackincubator/agent-skills --skill create-react-native-library
Use this skill to scaffold a standalone React Native library or a local library inside an existing app, then continue with the correct implementation docs.
Examples:
Choose one flow first:
Use this skill when:
create-react-native-library| File | Description |
|---|---|
| [scaffold-library.md][scaffold-library] | Scaffold a new library and default to the Expo example |
| [local-library.md][local-library] | Add a local library to an existing app with autolinking |
| Problem | Start With |
|---|---|
| Need a new library scaffold | [scaffold-library][scaffold-library] |
| Need to add a local native library to an app | [local-library][local-library] |