1 Repo
Tools for setting up the initial folder structure and configuration for React Native apps.
Distinct from React Native Ecosystem: Focuses specifically on the bootstrapping phase of the ecosystem rather than general libraries or components.
Explore 1 awesome GitHub repository matching mobile development · Project Initialization. Refine with filters or upvote what's useful.
create-react-native-app is a command-line project bootstrapper and template generator for creating the directory structure and configuration files required for React Native applications. It serves as a development scaffold for initializing projects that target iOS, Android, and web environments. The tool automates the generation of a standardized codebase by copying pre-defined source templates and resolving the necessary dependencies to establish a basic development environment. It produces the native metadata files required for platform-specific configuration to ensure the project builds co
Sets up the initial folder structure and configuration files needed to start a React Native application.