I am trying to upgrade my react-native project from version 0.62.0 to 0.64.0
when i run the app on android, i get the following error:
Error: getPropertyAsObject: property "callFunctionReturnResultAndFlushedQueue" is undefined, expected an Object.
I have cleaned all the caches and run :
npx react-native run-android && npx react-native start --reset-cache
Also when i open the chrome debugger i get the following error: React Native version mismatch. JavaScript version: 0.64.0 Native version: 0.62.2