console.error:“反应本机版本不匹配。
JavaScript版本:0.55.4 本地版本:0.59.2
答案 0 :(得分:0)
这只是一个console.error,更新后我遇到了同样的问题。 尝试:
close all terminals and reopen.
如果要删除警报,请转到:
node_modules > react-native > Libraries > Core > ReactNativeVersionCheck.js
并找到一行,其中:
console.error and replace it to console.log
它将关闭红色框...