This is a React Native project using Expo.
Before you begin, ensure you have met the following requirements:
- Node.js: Install Node.js
- Expo CLI: Install the Expo CLI globally by running
npm install -g expo-cli
- Clone the repository:
git clone https://github.com/Rafaell416/aic-app.git
- Navigate to the project folder:
cd aic-app
- Install dependencies:
yarn install
cd ios && pod install
- Run the project:
cd ..
yarn ios