React Native中的JavaScript版本不匹配

时间:2019-09-16 11:45:10

标签: react-native

  

console.error:“反应本机版本不匹配。

JavaScript版本:0.55.4 本地版本:0.59.2

1 个答案:

答案 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

它将关闭红色框...