ReactFix
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • React
  • React Native
  • Programming
  • Object Oriented Programming

Tuesday, November 15, 2022

[FIXED] how can i run a github react native app in my system?

 November 15, 2022     android, github, react-hooks, react-native, reactjs   

Issue

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


Solution

  1. You have to clone project from your github link, Just copy that link As shown in image, copy from there
  2. Then run command git clone {your clone link} in terminal (where you want to keep your project in that directory)
  3. Then after one folder is created, open it in VS code
  4. Run npm install in your project directory terminal
  5. Then you can run with react-native run-android
  6. You are done


Answered By - Asmeeta Rathod
Answer Checked By - - Pedro (ReactFix Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Post Older Post Home

Featured Post

Is Learning React Difficult?

React is difficult to learn, no ifs and buts. React isn't inherently difficult to learn. It's a framework that's different from ...

Total Pageviews

Copyright © ReactFix