I faced similiar kind of issue I was using react native 0.76.* version so I upgraded it to 0.77.0 Firstly I have removed the node_modules and yarn.lock (if you are using npm then please remove package-lock.json) and removed the .gradle from android folder and the try to re-install the packages And try to run the app, It should work.