Make list end text customizable (#4145)

* only try to initialize once

* nit

* change to `You have reached the end`

* make the text at end of list customizable

* make the text at end of list customizable

* update intl
This commit is contained in:
Hailey 2024-05-20 21:04:19 -07:00 committed by GitHub
parent b89e4ded2f
commit 1ec4e0a867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 591 additions and 457 deletions

View file

@ -250,6 +250,8 @@ export function MessagesScreen({navigation, route}: Props) {
onRetry={fetchNextPage}
style={{borderColor: 'transparent'}}
hasNextPage={hasNextPage}
showEndMessage={true}
endMessageText={_(msg`No more conversations to show`)}
/>
}
onEndReachedThreshold={isNative ? 1.5 : 0}