🏃Run project

To start the project, you need to run the following commands

Install dependencies

  1. npm install or yarn add

  2. to install pods (IOS): cd ios && pod install

  3. Go back to the root directory: cd ..

Run project

  1. npm run android or yarn android (Android only)

  2. npm run ios or yarn ios (ios only)

Last updated