Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.26 KB

File metadata and controls

48 lines (35 loc) · 1.26 KB

Project Documentation

Images

Below are some screenshots and images related to the project:

Home Screen Profil Screen

Overview

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.

Getting Started

Prerequisites

Installation

  1. Install Expo CLI globally:

    npm install -g expo-cli
  2. Install project dependencies:

    npm install

Running the Project

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.

Note

This project is not intended for use in production, but rather as a preparatory step for the deployment of the mission.