When I install third party library in react native project it throw me "Module does not exist in package.json" then
- I have to delete Node modules
- Delete package-lock.json
- NPM install
then library start working why is that?
I try above solution and it works but it is really tiring to me.