react-native-activity-feed icon indicating copy to clipboard operation
react-native-activity-feed copied to clipboard

[FEATURE REQUEST]: Ability to Pass a Custom FlatList as a prop to FlatFeed ie flatListComponent

Open mikeymaio opened this issue 4 years ago • 0 comments

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

mikeymaio avatar Jun 23 '21 19:06 mikeymaio