I am using EXPO and React Native, the app work running completely fine until it suddenly stopped when I made a new file and even when I deleted it, the error stayed.
I have updated React Native to V0.56.0 but it is still showing the error:
console.error: 'React Native version mismatch.
Javascript version: 0.56.0 Native Version: 0.52.0
Before I updated it was:
Javascript version: 0.54.0 Native Version: 0.52.0
and still causing the same error?
Any ideas on how I fix this and which command I use to update the Native Version?