We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"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
The text was updated successfully, but these errors were encountered:
Very strange ???
Sorry, something went wrong.
Did you add react-native-scrollable-tab-view to your project?
react-native-scrollable-tab-view
@aXiaoCheng
我也遇到了该问题,我添加了 "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",
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: