Skip to content

Commit

Permalink
chore: add automaticallyAdjustKeyboardInsets property to list
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazzes committed Jul 28, 2024
1 parent 784d088 commit 8c40bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/snapback/list/MessageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const MessageList: React.FC<MessageListProps> = ({ keyboardTranslateY }) => {
keyExtractor={keyExtractor}
stickyHeaderIndices={[0]}
contentContainerStyle={styles.content}
automaticallyAdjustKeyboardInsets={true}
showsVerticalScrollIndicator={true}
ItemSeparatorComponent={seperator}
ListHeaderComponent={renderAppbar}
Expand Down

0 comments on commit 8c40bdc

Please sign in to comment.