Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.66k stars 330 forks source link

Scrolling within components inside AppIntroSlider #215

Closed luigi0229 closed 4 years ago

luigi0229 commented 4 years ago

Hi,

I have a few components inside AppIntroSlider (react-native-calendars, react-native-google-places-autocomplete, etc) that require you to scroll and/or select items from within them. It doesn't seem to be working when they are wrapped inside AppIntroSlider. It registers the touch as a scroll (even when i passed the scrollEnabled={false}). I'm assuming this has to do with zIndex and these elements somehow being behind AppIntroSlider. Has anyone experienced this behavior? Is there a workaround?

luigi0229 commented 4 years ago

i fixed it by adding keyboardShouldPersistTaps='always' to the main flatlist of this module.