To start the project, you need to run the following commands
npm install or yarn add
npm install
yarn add
to install pods (IOS): cd ios && pod install
cd ios && pod install
Go back to the root directory: cd ..
cd ..
npm run android or yarn android (Android only)
npm run android
yarn android
npm run ios or yarn ios (ios only)
npm run ios
yarn ios
Last updated 2 years ago