Below are some screenshots and images related to the project:
This project is a test for a mission with React Native and Expo. Its main objective is to validate and demonstrate the required functionalities and logic that would be used in a real mission context. The codebase includes components and modules that simulate or test critical operations, ensuring reliability and accuracy before deployment.
-
Install Expo CLI globally:
npm install -g expo-cli
-
Install project dependencies:
npm install
Start the development server:
npm start
or
expo start
This will launch the Expo developer tools. You can run the app on an emulator or a physical device using the Expo Go app.
This project is not intended for use in production, but rather as a preparatory step for the deployment of the mission.