Download and install all necessary packages:
npm install
Install pods:
npm podinstall
Start the server:
npm start
Build on your open iOS simulator:
npm run ios
Build on your open android simulator:
npm run android
Check your code with eslint:
npm run lint
Autoformat your code using prettier:
npm run format
Run your jest tests:
npm run test
Filters applied | Loading State | No filters |
---|---|---|
I have listed down the possible improvements which can be done in this project here