This is a Medicine delivery app like the UBER,FOOD PANDA build with React Native in the frontend & Node js in the backend.
If you have already setup the environment for React Native you don't need to follow the setup instructions. You can start from Installing Dependencies
First of all you have to setup the environment for React Native. To do so follow the link below:
https://reactnative.dev/docs/environment-setup
Remember to follow the React Native CLI Quickstart instructions.
After finishing the setup of React Native, clone the git or just download the ZIP file
it will install all the dependencies in the node_modules folder.
After installing all the modules run react-native run-android command in Visual Studio Code terminal/powershell in project folder
& Boom you have successfully run the app.
Thanks