本文介绍了反应本机错误无法识别的运算符 min的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
unrecognized operator min
有什么想法吗?
推荐答案
我刚遇到同样的事情.我还收到了来自世博会的警告:
I just ran into the same thing. I was also getting warnings from expo for:
- react-native-gesture-handler - 预期版本范围:~1.6.0 - 安装的实际版本:^1.7.0
- react-native-reanimated - 预期版本范围:~1.9.0 - 安装的实际版本:^1.10.1
- react-native-safe-area-context - 预期版本范围:~3.0.7 - 安装的实际版本:^3.1.1
我用 expo 重新安装了那些,问题就消失了.
I reinstalled those with expo and the problem went away.
expo 安装...等
expo install... etc.
这篇关于反应本机错误无法识别的运算符 min的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!