react-native-android – scrollview没有本机类型字符串的RCTScrollView.overScrollMode的proptype

我有问题,任何人都有这个想法

scrollview has no proptype for native prop RCTScrollView.overScrollMode of native type string if you havent changed this prop yourself this usually means that your versions of the native code and javascript code are out of sync

这可能是您的依赖包版本不匹配,我将我的依赖项升级到最新版本,现在它适用于那些版本.
"expo": "^21.0.2","native-base": "^2.3.2","react": "16.0.0-alpha.12","react-native": "^0.48.4","react-navigation": "^1.0.0-beta.12"

相关文章

一、前言 在组件方面react和Vue一样的,核心思想玩的就是组件...
前言: 前段时间学习完react后,刚好就接到公司一个react项目...
前言: 最近收到组长通知我们项目组后面新开的项目准备统一技...
react 中的高阶组件主要是对于 hooks 之前的类组件来说的,如...
我们上一节了解了组件的更新机制,但是只是停留在表层上,例...
我们上一节了解了 react 的虚拟 dom 的格式,如何把虚拟 dom...