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

Having issue with scrolling of whole accordian view #47

Closed
swapanil opened this issue Oct 19, 2020 · 2 comments
Closed

Having issue with scrolling of whole accordian view #47

swapanil opened this issue Oct 19, 2020 · 2 comments
Labels
question Further information is requested

Comments

@swapanil
Copy link

I am having issue as of accordian view is scrolling

Screen Recording 2020-10-19 at 7 07 04 PM

@marouanekadiri
Copy link
Owner

Try passing bounces={false} to your AccordionList. Since AccordionList is based on FlatList which has props from ScrollView and using this prop it will disable the bouncing behavior shown there.

@swapanil
Copy link
Author

Try passing bounces={false} to your AccordionList. Since AccordionList is based on FlatList which has props from ScrollView and using this prop it will disable the bouncing behavior shown there.

Thanks @marouanekadiri It worked for me.

@marouanekadiri marouanekadiri added the question Further information is requested label Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants