I'm rather new to the whole RN world, my project ran just fine, but after I added a library (npm install) I get this error
Unrecognized command "run-android".
When I do
npx react-native run-android
From a lot of readings about it what I tried so far is
- npm uninstall -> npm install
- delete node modules folder -> npm install
- delete node modules -> delete package.json.lock-> npm install
- npx react-native link
All didn't help , any ideas on how to fix this ?