BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
936 stars 325 forks source link

Forward externalScrollView prop to RecyclerListView #242

Closed tankers746 closed 3 years ago

tankers746 commented 3 years ago

This is useful if you want to replace ScrollView with something else. For example you may want to sub in the ScrollView from react-native-gesture-handler if you are using it inside of a bottom sheet https://github.com/osdnk/react-native-reanimated-bottom-sheet.

peacechen commented 3 years ago

Thanks @tankers746 this is very useful.

peacechen commented 3 years ago

@tankers746 What are your thoughts on tsc errors resulting from this PR? See #243