zyslife/react-native-head-tab-view

ERROR TypeError: Cannot read property 'CollapsibleHeaderTabView' of undefined

aXiaoCheng opened this issue · 4 comments

ERROR TypeError: Cannot read property 'CollapsibleHeaderTabView' of undefined

"react-native-scrollable-tab-view-collapsible-header": "^2.0.1",

"react-native-head-tab-view": "^4.0.0-rc.2",

"react": "17.0.2",
"react-native": "^0.66.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.2.3",

import { CollapsibleHeaderTabView } from 'react-native-scrollable-tab-view-collapsible-header';
report errors
ERROR TypeError: Cannot read property 'CollapsibleHeaderTabView' of undefined

Very strange ???

Did you add react-native-scrollable-tab-view to your project?

我也遇到了该问题,我添加了 "react-native-scrollable-tab-view": "^1.0.0",

"react-native-head-tab-view": "^4.0.0-rc.13",
"react-native-tab-view-collapsible-header": "^2.0.1",