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

Cant scroll when use nested tabview on android #43

Open
ugrdursun opened this issue Nov 11, 2020 · 1 comment
Open

Cant scroll when use nested tabview on android #43

ugrdursun opened this issue Nov 11, 2020 · 1 comment

Comments

@ugrdursun
Copy link

ugrdursun commented Nov 11, 2020

Hello,

I am using this library via renderContent prop, its perfectly working on iOS, but not on android despite scrollenabled=false

This is my using order:

<RNParallaxHeader
....
renderContent={renderContent}
/>




 const renderContent = () => {
    return (
...

<<ScrollableTabView>
  <View>
    <Flatlist
          ...
         scrollEnabled=false
         renderItem={this.renderItems}
     />
  </View>
</ScrollableTabView>

)
}




renderItems=()=> { 

return (
<ListItem ... />
)

}

Its working exactly how i want at iOS, but on android its not working.

Any suggestion ?

@ManigandanRaamanathan
Copy link

@ugrdursun this entire content is placed on top a scrollview component. Hence it might not work as intended with sub-component of it

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

2 participants