ScrollView component inside the swiper, not working.
Which OS ?
Android
Version
Which versions are you using: nightly,
- react-native-swiper v? latest
- react-native v0.?.? react-native- 0.61
Expected behaviour
scrollview should work properly
Actual behaviour
I have a scrollView component on my screens. after putting the screens inside the Swiper, scrollView is not working. I also have a gif file inside Image component in one screen. It also not working inside the swiper , became still image.
did this get resolved? i am stuck with the same issue
I had a similar problem with having a scrollview inside a scrollview which was fixed by using this... Not sure if it will solve this problem though.
<ScrollView nestedScrollEnabled = {true}> <ScrollView nestedScrollEnabled = {true}> </ScrollView> </ScrollView>
Source: https://stackoverflow.com/a/58676395/2280866
i am with same issue as well, tried to import from gesture-handler and @pulpdood's workaround, but no sucess