expo-bulletproof-structure

Installation
SKILL.md

Bulletproof Expo Structure

Project structure pattern for Expo/React Native apps. Adapted from Bulletproof React for the mobile ecosystem with Expo Router's file-based routing.

Core Principle

The app/ directory is a thin routing layer. All business logic lives in features/. Shared code lives in top-level directories. The dependency graph flows one direction only.

Directory Structure

Installs
22
First Seen
Mar 22, 2026
expo-bulletproof-structure — b4r7x/agent-skills