react-native-head-tab-view icon indicating copy to clipboard operation
react-native-head-tab-view copied to clipboard

ERROR TypeError: Cannot read property 'CollapsibleHeaderTabView' of undefined

Open aXiaoCheng opened this issue 2 years ago • 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

aXiaoCheng avatar Nov 22 '21 10:11 aXiaoCheng

Very strange ???

aXiaoCheng avatar Nov 22 '21 10:11 aXiaoCheng

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

zyslife avatar Nov 29 '21 14:11 zyslife

@aXiaoCheng

zyslife avatar Nov 29 '21 14:11 zyslife

我也遇到了该问题,我添加了 "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",

suwu150 avatar Oct 13 '22 07:10 suwu150