wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.59k stars 2.96k forks source link

Suggestion: Add a prop to pass custom component or use FlatList from react-native-gesture-handler #2475

Open Splanis opened 5 months ago

Splanis commented 5 months ago

There is a known issue with react-native-gesture-handler v2 that the FlatList is not scrolling within a "modal", I had to patch the package to use FlatList from RNGH, I would suggest to add a prop for a custom component or use it from RNGN.

https://github.com/react-navigation/react-navigation/issues/10772