react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

ScrollView component inside the swiper, not working.

Open SupriyaGo opened this issue 6 years ago • 3 comments

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.

SupriyaGo avatar Dec 11 '19 15:12 SupriyaGo

did this get resolved? i am stuck with the same issue

shubhamkackar avatar Jan 05 '20 17:01 shubhamkackar

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

pulpdood avatar Jan 05 '20 22:01 pulpdood

i am with same issue as well, tried to import from gesture-handler and @pulpdood's workaround, but no sucess

RicardoBrito1938 avatar Jan 07 '21 19:01 RicardoBrito1938