This project is a React Native mobile application built with Expo, a framework and platform for universal React applications.
This mobile app is designed to based on the Arte red model.
Before running the app, make sure you have the following installed:
- Clone the repository:
git clone https://github.com/this-pama/Arte-Red-Mobile.git
- Navigate to the project directory:
cd Arte-Red-Mobile
- Install dependencies:
npm install
Start the Expo development server:
npm start
- Open Expo Go on your iOS or Android device.
- Scan the QR code displayed in the terminal or web browser.
- Your app will be compiled and launched on your device.
- /assets: Contains static assets such as images, fonts, etc.
- /controller: Contains reusable React components.
- /screens: Contains the main screens of your application.
- /route: Contains the navigation configuration for your app.
- /redux: Contains utility functions used for redux state management. Feel free to organize your project structure according to your preferences.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
- Expo
- React Native
- React Navigation
- Expo Community