react-native使用react-native-scrollable-tab-view的Element type is invalid:xxx)报错

储国发
2023-12-01

错误

最近突然发现scrolltabview安卓端会报这个错误
发现只要重装了这个依赖就会报错
Unhandled JS Exception: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Check the render method of xxxxScrollableTabView

解决:

拿一份没有报错的viewpager进行替换
依赖文件出现了问题
进入node_modules/@react-native-community/
将内部的viewpager文件夹进行替换即可

 类似资料: