1 مستودع
Utilities that generate standardized codebases based on predefined templates for specific frameworks.
Distinct from React Native Applications: Focuses on the tool that generates the app, rather than the resulting application itself.
Explore 1 awesome GitHub repository matching mobile development · Template Generators. 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
Initializes a standardized codebase for developing native mobile applications using the React Native framework.