web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
642 stars 166 forks source link

YearPicker doesn't scroll inside FlatList #201

Closed TVGSOFT closed 1 year ago

TVGSOFT commented 1 year ago

When I put the DatePicker inside FlatList then YearPicker doesn't scroll because YearPicker is using FlatList.

So I recommend to put a renderScrollComponent inside YearPicker instead.

RichardLindhout commented 1 year ago

Please add reproducible snack so we could fix this, currently it takes too much work to reproduce issues like this