Agent skill · Frontend

React Native Development

Deep integration with React Native ecosystem for cross-platform mobile development

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill react-native-dev --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/react-native-dev/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# React Native Development Skill ## Overview This skill provides deep integration with the React Native ecosystem for cross-platform mobile development. It enables execution of React Native CLI commands, component generation, build optimization, and comprehensive debugging capabilities. ## Allowed Tools - `bash` - Execute React Native CLI, Expo CLI, and npm/yarn commands - `read` - Analyze React Native project files, configurations, and components - `write` - Generate and modify React Native components and configurations - `edit` - Update existing React Native code and configurations - `glob` - Search for React Native components and configuration files - `grep` - Search for patterns in React Native codebase ## Capabilities ### Core Development 1. **React Native CLI Operations** - Initialize new React Native projects - Run Metro bundler with custom configurations - Execute platform-specific builds (iOS/Android) - Link native dependencies - Generate native code bridges 2. **Expo CLI Operations** - Create and manage Expo projects - Configure EAS Build and EAS Submit - Manage Expo config plugins - Handle over-the-air updates - Prebuild for bare workflow ejection 3. **Component Generati

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. Core Development
  5. State Management
  6. Navigation
  7. Performance
  8. Testing
  9. Debugging
  10. Target Processes
  11. Dependencies
  12. Required
  13. Optional
  14. Configuration
Ships with 1 file
  • README.md
Commands it runs
Create new React Native project
npx react-native init MyApp --template react-native-template-typescript
Or with Expo
npx create-expo-app MyApp --template expo-template-blank-typescript
npx react-native start --reset-cache
cd ios && pod install --repo-update
cd android && ./gradlew clean
npx react-native link
More from babysitter
All skills →
About this skill
What does the React Native Development skill do?

Deep integration with React Native ecosystem for cross-platform mobile development

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill react-native-dev --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going