-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
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
Labels
No labels