Steps --- To run application code ---
- Please ensure you have react native setup in your computer -> guide : https://reactnative.dev/
- Clone the following repository
- Navigate into the repository
- if using yarn run
yarn
else if usinng npm runnpm run install
- Start your android emulator
6 run
yarn start
followed byyarn android
in another terminal window // use respective npm commands if not using yarn - if using iOS simulator
- run
yarn start
followed byyarn ios
in another terminal window // use respective npm commands if not using yarn - To run test: yarn jest [[ or: npm run jest ]]
PS:
I don't own a mac, hence this app will run on android only, if you wish to operate a similar functionality on iOS,let me know, I will change provide you with "expo" implementation for the same