🏃Run project
To start the project, you need to run the following commands
Install dependencies
npm installoryarn addto install pods (IOS):
cd ios && pod installGo back to the root directory:
cd ..
Run project
npm run androidoryarn android(Android only)npm run iosoryarn ios(ios only)
Last updated