https://github.com/Lagashettik/QuantityMeasurementApp this is the link of app
I have tried downloading it and then opened it in vs code with command npm run android
CodePudding user response:
- You have to clone project from your github link, Just copy that link As shown in image, copy from there
- Then run command git clone {your clone link} in terminal (where you want to keep your project in that directory)
- Then after one folder is created, open it in VS code
- Run npm install in your project directory terminal
- Then you can run with react-native run-android
- You are done