Skip to content

Commit

Permalink
fixup! fix: sticky header edge case on android
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu committed Feb 8, 2021
1 parent 7569a52 commit fa4fbdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ const Container = React.forwardRef<CollapsibleRef, CollapsibleProps>(
<AnimatedFlatList
// @ts-expect-error problem with reanimated types, they're missing `ref`
ref={containerRef}
scrollToOverflowEnabled
initialScrollIndex={index.value}
data={data}
keyExtractor={keyExtractor}
Expand Down

0 comments on commit fa4fbdb

Please sign in to comment.