📄️ Create New App
Guide on how to create a new application with React Native Mono Template.
📄️ Customize your App
The starter kit provides a simple Expo application. To personalize your app, you'll need to update the app.config.js file with your specific configuration settings.
📄️ Rules and Conventions
To maintain a consistent code style and prevent common issues in the codebase, this starter enforces a set of rules and conventions throughout the project.
📄️ Project Structure
If you open the new project you will see the following structure:
📄️ Environment Variables and Configuration
You can define environment variables in .env.development, .env.production, and .env.staging files to manage different configuration values for your application.