Fix – React native version mismatch
If you get React native version mismatch error, here is how to fix this issue. Basically, this error occurs because your project has a different version from the one you already specified on package.json. This also sometimes happened when you are running multiple projects and the server accidentally installed a different react version. To fix […]