You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: