console.error: "React native version mismatch.
JavaScript version: 0.55.4 Native version: 0.59.2
console.error: "React native version mismatch.
JavaScript version: 0.55.4 Native version: 0.59.2
it's just a console.error, I had the same problem after update. Try to:
close all terminals and reopen.
If you want to remove the alert, go to:
node_modules > react-native > Libraries > Core > ReactNativeVersionCheck.js
and find a line where:
console.error and replace it to console.log
it will dismiss the red Box...