Warning: Invalid version react-native@0.64.2 for expo sdkVersion 43.0.0. Use react-native@0.64.3
I am working on a React-Native Project and using expo, Everything was working fine but when i started to write more code related to my project it started to show a warning : Invalid version react-native@0.64.2 for expo sdkVersion 43.0.0. Use react-native@0.64.3 and my project stopped to perform as per expectations.
Answer 1
You need to check the version of React native and Expo, They must be compatible for each other. You can upgrade react native version. Change the version of react native
into package.json
manually. You can reinstall the expo client as well.
Answer 2
I just undo the code which i written in my project and reload the project on my android phone and it started to work perfectly