Skip to content
New issue

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

Cannot read properties of undefined (reading 'value') #3

Open
NahidAhmed07 opened this issue Mar 13, 2023 · 0 comments
Open

Cannot read properties of undefined (reading 'value') #3

NahidAhmed07 opened this issue Mar 13, 2023 · 0 comments

Comments

@NahidAhmed07
Copy link

I used react-native-tab-view-collapsible-header
and I got this error message
Cannot read properties of undefined (reading 'value')

my code block here

{isLoading && (

Loading...

)}
<CollapsibleHeaderTabView
renderTabBar={renderTabBar}
renderScrollHeader={() => }
navigationState={{ index, routes }}
renderScene={renderScene}
onIndexChange={setIndex}
initialLayout={initialLayout}
lazy={true}
renderLazyPlaceholder={() => (

Loading...

)}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant