react-native-builder

Build and configure bare React Native projects with Xcode, Gradle, and Fastlane.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aiguy611/cc-tools --skill react-native-builder-aiguy611
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: react-native-builder
Source: https://github.com/aiguy611/cc-tools/tree/main/.github/skills/react-native-builder
Command: npx skills add https://github.com/aiguy611/cc-tools --skill react-native-builder-aiguy611

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bare React Native projects require manual native setup and configuration for iOS and Android. Expo simplifies but locks certain native capabilities; this skill guides you through building and configuring a bare RN app with Xcode, Gradle, and native modules to enable full native control.

Core Features & Use Cases

  • Bare project scaffolding for iOS and Android without Expo.
  • Native configuration and module integration (Xcode, Gradle, native modules).
  • Deployment templates and scripts for Fastlane-based release pipelines, CI/CD readiness.
  • Use cases: building apps requiring native code, custom native modules, or teams migrating from Expo managed workflow to bare workflow.

Quick Start

Create a new bare React Native project with the React Native CLI, install dependencies, configure iOS and Android native environments, and run the app on both platforms.

Frequently Asked Questions about react-native-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a bare React Native project with Xcode and Gradle without Expo?▼

Bare React Native projects require manual native configuration using Xcode for iOS and Gradle for Android. This approach is necessary when you need full native control, custom modules, or are migrating from an Expo managed workflow.

How do I configure Fastlane deployment pipelines for a bare React Native app?▼

You should use a bare React Native workflow when your project requires custom native code integration, full control over Xcode and Gradle environments, or needs to migrate from Expo's managed workflow limitations.

What is the best way to integrate native modules into a bare React Native app?▼

Bare React Native setup involves Xcode and Gradle configuration, whereas Expo abstracts native details. Choosing bare workflow provides full native control but requires manual environment setup and module integration.

When do I need a bare React Native workflow instead of Expo managed workflow?▼

Fastlane deployment pipelines in a bare React Native app use template-driven scripts to automate iOS and Android releases, providing CI/CD readiness by configuring lanes for building and deploying native builds.