react-native-activity-feed
react-native-activity-feed copied to clipboard
[FEATURE REQUEST]: Ability to Pass a Custom FlatList as a prop to FlatFeed ie flatListComponent
I love this library, but have to use a flatList component within a reanimated-bottom-sheet component and am having scrolling issues (their package issue, not yours). If I could pass a FlatList from react-native-gesture-handler to be used in the FlatFeed component, my problem would be solved. I think this would also be useful for anyone using a component library or their own styled components. I would image it would be pretty simple. Something like this in FlatFeed.js:
const List = this.props.flatListComponent ?? FlatList