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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user