I'm currently upgrading one of my projects built in React Native v0.56
to latest v0.60
. Created a new project with version v0.60
and updated all the packages used in previous version of app, but now facing weird errors.
I've already tried all the possible solutions mentioned in Git and Stack overflow. None of them worked for me. I've also tried to remove plugins one by one and then adding them but not able to find cause of the error.
iOS:
In iOS
, all the packages by default autolinks as per v0.60
, but I got error of linking in very first package, I've tried manual linking too, not working.