Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mikeymaio opened this issue Jun 23, 2021 · 0 comments

Comments

@mikeymaio
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant