Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 655 Bytes

Build Instructions

This guide will walk you through setting up your development environment and building the app for both Android and iOS.

Prerequisites

Before you begin, make sure you have the following tools and software installed:

  • Node (>= 18)
  • Ruby (>= 2.6.10)
  • Android Studio (for Android development)
  • Xcode 15 (for iOS development)
  • Expo app on simulator

For detailed instructions on setting up the environment, refer to the Expo docs.

Install dependencies

npm install

Run on IOS

npm run ios

Run on Android

npm run android