Skip to content

Cant scroll when use nested tabview on android #43

@ugrdursun

Description

@ugrdursun

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions