This guide will help you run your Expo project in development mode.
Make sure you have Node.js installed on your system. If not, you can download it from Node.js official website.
First, you need to install the project dependencies. Open your terminal, navigate to your project directory and run the following command:
npm install
After the installation is complete, you can run your Expo project on iOS or Android using the following commands:
For iOS:
npx expo run:ios
For Android:
npx expo run:android