stream-chat-react-native-core 5.31.1-beta.1 → 5.31.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/lib/commonjs/components/MessageList/MessageList.js +9 -18
  2. package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
  3. package/lib/commonjs/i18n/es.json +12 -12
  4. package/lib/commonjs/i18n/fr.json +12 -12
  5. package/lib/commonjs/i18n/he.json +12 -12
  6. package/lib/commonjs/i18n/hi.json +12 -12
  7. package/lib/commonjs/i18n/it.json +12 -12
  8. package/lib/commonjs/i18n/ja.json +12 -12
  9. package/lib/commonjs/i18n/ko.json +12 -12
  10. package/lib/commonjs/i18n/nl.json +12 -12
  11. package/lib/commonjs/i18n/pt-BR.json +12 -12
  12. package/lib/commonjs/i18n/ru.json +12 -12
  13. package/lib/commonjs/i18n/tr.json +12 -12
  14. package/lib/commonjs/version.json +1 -1
  15. package/lib/module/components/MessageList/MessageList.js +9 -18
  16. package/lib/module/components/MessageList/MessageList.js.map +1 -1
  17. package/lib/module/i18n/es.json +12 -12
  18. package/lib/module/i18n/fr.json +12 -12
  19. package/lib/module/i18n/he.json +12 -12
  20. package/lib/module/i18n/hi.json +12 -12
  21. package/lib/module/i18n/it.json +12 -12
  22. package/lib/module/i18n/ja.json +12 -12
  23. package/lib/module/i18n/ko.json +12 -12
  24. package/lib/module/i18n/nl.json +12 -12
  25. package/lib/module/i18n/pt-BR.json +12 -12
  26. package/lib/module/i18n/ru.json +12 -12
  27. package/lib/module/i18n/tr.json +12 -12
  28. package/lib/module/version.json +1 -1
  29. package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -1
  30. package/lib/typescript/i18n/es.json +12 -12
  31. package/lib/typescript/i18n/fr.json +12 -12
  32. package/lib/typescript/i18n/he.json +12 -12
  33. package/lib/typescript/i18n/hi.json +12 -12
  34. package/lib/typescript/i18n/it.json +12 -12
  35. package/lib/typescript/i18n/ja.json +12 -12
  36. package/lib/typescript/i18n/ko.json +12 -12
  37. package/lib/typescript/i18n/nl.json +12 -12
  38. package/lib/typescript/i18n/pt-BR.json +12 -12
  39. package/lib/typescript/i18n/ru.json +12 -12
  40. package/lib/typescript/i18n/tr.json +12 -12
  41. package/package.json +1 -1
  42. package/src/components/MessageList/MessageList.tsx +51 -62
  43. package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +0 -1
  44. package/src/i18n/es.json +12 -12
  45. package/src/i18n/fr.json +12 -12
  46. package/src/i18n/he.json +12 -12
  47. package/src/i18n/hi.json +12 -12
  48. package/src/i18n/it.json +12 -12
  49. package/src/i18n/ja.json +12 -12
  50. package/src/i18n/ko.json +12 -12
  51. package/src/i18n/nl.json +12 -12
  52. package/src/i18n/pt-BR.json +12 -12
  53. package/src/i18n/ru.json +12 -12
  54. package/src/i18n/tr.json +12 -12
  55. package/src/version.json +1 -1
@@ -20,24 +20,24 @@
20
20
  "Editing Message": "",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "Errore di caricamento",
23
+ "Error loading": "",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
25
+ "Error loading messages for this channel...": "",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
30
30
  "Flag Message": "",
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
- "Hold to start recording.": "",
32
+ "Hold to start recording.": "Tieni premuto per avviare la registrazione.",
33
33
  "How about sending your first message to a friend?": "",
34
34
  "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
- "Loading channels...": "Caricamento canali in corso...",
38
- "Loading messages...": "Caricamento messaggi...",
39
- "Loading...": "Caricamento...",
40
- "Message Reactions": "Reazioni ai Messaggi",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Messaggio cancellato",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
@@ -47,11 +47,11 @@
47
47
  "Ok": "",
48
48
  "Only visible to you": "Visibile solo a te",
49
49
  "Open Settings": "",
50
- "Photo": "",
50
+ "Photo": "Foto",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
53
  "Pinned by": "Fissato da",
54
- "Please allow Audio permissions in settings.": "",
54
+ "Please allow Audio permissions in settings.": "Si prega di consentire le autorizzazioni audio nelle impostazioni.",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Ricollegarsi...",
@@ -71,13 +71,13 @@
71
71
  "Unmute User": "",
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
- "Video": "",
74
+ "Video": "Video",
75
75
  "You": "Tu",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
81
- "{{ user }} is typing": "",
81
+ "{{ user }} is typing": "{{ user }} sta scrivendo",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -20,24 +20,24 @@
20
20
  "Editing Message": "",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "読み込みエラー",
23
+ "Error loading": "",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "このチャネルのメッセージの読み込み中にエラーが発生しました。。。",
25
+ "Error loading messages for this channel...": "",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
30
30
  "Flag Message": "",
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
- "Hold to start recording.": "",
32
+ "Hold to start recording.": "録音を開始するには押し続けてください。",
33
33
  "How about sending your first message to a friend?": "",
34
34
  "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
- "Loading channels...": "チャネルを読み込み中。。。",
38
- "Loading messages...": "メッセージを読み込み中。。。",
39
- "Loading...": "読み込み中。。。",
40
- "Message Reactions": "メッセージのリアクション",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "メッセージが削除されました",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
@@ -47,11 +47,11 @@
47
47
  "Ok": "",
48
48
  "Only visible to you": "あなただけに見える",
49
49
  "Open Settings": "",
50
- "Photo": "",
50
+ "Photo": "写真",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
53
  "Pinned by": "ピン留めされユーザー",
54
- "Please allow Audio permissions in settings.": "",
54
+ "Please allow Audio permissions in settings.": "設定でオーディオの権限を許可してください。",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "再接続中。。。",
@@ -71,13 +71,13 @@
71
71
  "Unmute User": "",
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
- "Video": "",
74
+ "Video": "ビデオ",
75
75
  "You": "あなた",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
81
- "{{ user }} is typing": "",
81
+ "{{ user }} is typing": "{{ user }}はタイピング中",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -20,24 +20,24 @@
20
20
  "Editing Message": "",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "로드 오류",
23
+ "Error loading": "",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "이 채널의 메시지를로드하는 동안 오류가 발생했습니다...",
25
+ "Error loading messages for this channel...": "",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
30
30
  "Flag Message": "",
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
- "Hold to start recording.": "",
32
+ "Hold to start recording.": "녹음을 시작하려면 눌러주세요.",
33
33
  "How about sending your first message to a friend?": "",
34
34
  "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
- "Loading channels...": "채널을 로딩 중...",
38
- "Loading messages...": "메시지를 로딩 중...",
39
- "Loading...": "로딩 중...",
40
- "Message Reactions": "메시지의 리액션",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "메시지가 삭제되었습니다.",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
@@ -47,11 +47,11 @@
47
47
  "Ok": "",
48
48
  "Only visible to you": "당신만 볼 수 있습니다",
49
49
  "Open Settings": "",
50
- "Photo": "",
50
+ "Photo": "사진",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
53
  "Pinned by": "고정된 사용자",
54
- "Please allow Audio permissions in settings.": "",
54
+ "Please allow Audio permissions in settings.": "설정에서 오디오 권한을 허용해주세요.",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "다시 연결 중...",
@@ -71,13 +71,13 @@
71
71
  "Unmute User": "",
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
- "Video": "",
74
+ "Video": "동영상",
75
75
  "You": "당신",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} 외 {{ nonSelfUserLength }}명이 입력 중입니다",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "{{ replyCount }} 스레드 답글",
81
- "{{ user }} is typing": "",
81
+ "{{ user }} is typing": "{{ user }} 타이핑 중",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -20,24 +20,24 @@
20
20
  "Editing Message": "",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "Probleem bij het laden",
23
+ "Error loading": "",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "Probleem bij het laden van de berichten in dit kanaal...",
25
+ "Error loading messages for this channel...": "",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
30
30
  "Flag Message": "",
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
- "Hold to start recording.": "",
32
+ "Hold to start recording.": "Houd vast om opname te starten.",
33
33
  "How about sending your first message to a friend?": "",
34
34
  "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
- "Loading channels...": "Kanalen aan het laden...",
38
- "Loading messages...": "Berichten aan het laden...",
39
- "Loading...": "Aan het laden...",
40
- "Message Reactions": "Bericht Reacties",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Bericht verwijderd",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
@@ -47,11 +47,11 @@
47
47
  "Ok": "",
48
48
  "Only visible to you": "Alleen zichtbaar voor jou",
49
49
  "Open Settings": "",
50
- "Photo": "",
50
+ "Photo": "Foto",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
53
  "Pinned by": "Vastgemaakt door",
54
- "Please allow Audio permissions in settings.": "",
54
+ "Please allow Audio permissions in settings.": "Gelieve audio toestemmingen toe te staan in de instellingen.",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Opnieuw Verbinding Maken...",
@@ -71,13 +71,13 @@
71
71
  "Unmute User": "",
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
- "Video": "",
74
+ "Video": "Video",
75
75
  "You": "U",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} en {{ nonSelfUserLength }} anderen zijn aan het typen",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "{{replyCount}} Discussiereacties",
81
- "{{ user }} is typing": "",
81
+ "{{ user }} is typing": "{{ user }} is aan het typen",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -20,24 +20,24 @@
20
20
  "Editing Message": "",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "Erro ao carregar",
23
+ "Error loading": "",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "Erro ao carregar mensagens para este canal...",
25
+ "Error loading messages for this channel...": "",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
30
30
  "Flag Message": "",
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
- "Hold to start recording.": "",
32
+ "Hold to start recording.": "Mantenha pressionado para começar a gravar.",
33
33
  "How about sending your first message to a friend?": "",
34
34
  "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
- "Loading channels...": "Carregando canais...",
38
- "Loading messages...": "Carregando mensagens...",
39
- "Loading...": "Carregando...",
40
- "Message Reactions": "Reações à Mensagem",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Mensagem excluída",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
@@ -47,11 +47,11 @@
47
47
  "Ok": "",
48
48
  "Only visible to you": "Apenas visível para você",
49
49
  "Open Settings": "",
50
- "Photo": "",
50
+ "Photo": "Foto",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
53
  "Pinned by": "Fixado por",
54
- "Please allow Audio permissions in settings.": "",
54
+ "Please allow Audio permissions in settings.": "Por favor, permita as permissões de áudio nas configurações.",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Reconectando...",
@@ -71,13 +71,13 @@
71
71
  "Unmute User": "",
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
- "Video": "",
74
+ "Video": "Vídeo",
75
75
  "You": "Você",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
81
- "{{ user }} is typing": "",
81
+ "{{ user }} is typing": "{{ user }} está digitando",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -20,24 +20,24 @@
20
20
  "Editing Message": "",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "Ошибка при загрузке",
23
+ "Error loading": "",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
25
+ "Error loading messages for this channel...": "",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
30
30
  "Flag Message": "",
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
- "Hold to start recording.": "",
32
+ "Hold to start recording.": "Удерживайте, чтобы начать запись.",
33
33
  "How about sending your first message to a friend?": "",
34
34
  "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
- "Loading channels...": "Загружаю каналы...",
38
- "Loading messages...": "Загружаю сообщения...",
39
- "Loading...": "Загружаю...",
40
- "Message Reactions": "Сообщения Реакции",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Сообщение удалено",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
@@ -47,11 +47,11 @@
47
47
  "Ok": "",
48
48
  "Only visible to you": "Видно только вам",
49
49
  "Open Settings": "",
50
- "Photo": "",
50
+ "Photo": "Фото",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
53
  "Pinned by": "Закреплено пользователем",
54
- "Please allow Audio permissions in settings.": "",
54
+ "Please allow Audio permissions in settings.": "Пожалуйста, разрешите разрешения на аудио в настройках.",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Переподключение...",
@@ -71,13 +71,13 @@
71
71
  "Unmute User": "",
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
- "Video": "",
74
+ "Video": "видео",
75
75
  "You": "Вы",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
81
- "{{ user }} is typing": "",
81
+ "{{ user }} is typing": "{{ user }} пишет",
82
82
  "🏙 Attachment...": ""
83
83
  }
@@ -20,24 +20,24 @@
20
20
  "Editing Message": "",
21
21
  "Emoji matching": "",
22
22
  "Empty message...": "",
23
- "Error loading": "Yükleme hatası",
23
+ "Error loading": "",
24
24
  "Error loading channel list...": "",
25
- "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
25
+ "Error loading messages for this channel...": "",
26
26
  "Error while loading, please reload/refresh": "",
27
27
  "File is too large: {{ size }}, maximum upload size is {{ limit }}": "",
28
28
  "File type not supported": "",
29
29
  "Flag": "",
30
30
  "Flag Message": "",
31
31
  "Flag action failed either due to a network issue or the message is already flagged": "",
32
- "Hold to start recording.": "",
32
+ "Hold to start recording.": "Kayıt yapmak için basılı tutun.",
33
33
  "How about sending your first message to a friend?": "",
34
34
  "Instant Commands": "",
35
35
  "Let's start chatting!": "",
36
36
  "Links are disabled": "",
37
- "Loading channels...": "Kanallar yükleniyor...",
38
- "Loading messages...": "Mesajlar yükleniyor...",
39
- "Loading...": "Yükleniyor...",
40
- "Message Reactions": "Mesaj Tepkileri",
37
+ "Loading channels...": "",
38
+ "Loading messages...": "",
39
+ "Loading...": "",
40
+ "Message Reactions": "",
41
41
  "Message deleted": "Mesaj silindi",
42
42
  "Message flagged": "",
43
43
  "Mute User": "",
@@ -47,11 +47,11 @@
47
47
  "Ok": "",
48
48
  "Only visible to you": "Sadece siz görebilirsiniz",
49
49
  "Open Settings": "",
50
- "Photo": "",
50
+ "Photo": "Fotoğraf",
51
51
  "Photos and Videos": "",
52
52
  "Pin to Conversation": "",
53
53
  "Pinned by": "Tarafından sabitlendi",
54
- "Please allow Audio permissions in settings.": "",
54
+ "Please allow Audio permissions in settings.": "Lütfen ayarlarda ses izinlerine izin verin",
55
55
  "Please enable access to your photos and videos so you can share them.": "",
56
56
  "Please select a channel first": "",
57
57
  "Reconnecting...": "Yeniden Bağlanılıyor...",
@@ -71,13 +71,13 @@
71
71
  "Unmute User": "",
72
72
  "Unpin from Conversation": "",
73
73
  "Unread Messages": "",
74
- "Video": "",
74
+ "Video": "Video",
75
75
  "You": "Sen",
76
76
  "You can't send messages in this channel": "",
77
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
77
+ "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
78
78
  "{{ index }} of {{ photoLength }}": "",
79
79
  "{{ replyCount }} Replies": "",
80
80
  "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
81
- "{{ user }} is typing": "",
81
+ "{{ user }} is typing": "{{ user }} yazıyor",
82
82
  "🏙 Attachment...": ""
83
83
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native-core",
3
3
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4
- "version": "5.31.1-beta.1",
4
+ "version": "5.31.2-beta.1",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -78,7 +78,6 @@ const styles = StyleSheet.create({
78
78
  paddingBottom: 4,
79
79
  },
80
80
  flex: { flex: 1 },
81
- invert: { transform: [{ scaleY: -1 }] },
82
81
  invertAndroid: {
83
82
  // Invert the Y AND X axis to prevent a react native issue that can lead to ANRs on android 13
84
83
  // details: https://github.com/Expensify/App/pull/12820
@@ -1075,22 +1074,6 @@ const MessageListWithContext = <
1075
1074
  });
1076
1075
  }
1077
1076
 
1078
- const renderListEmptyComponent = useCallback(
1079
- () => (
1080
- <View
1081
- style={[
1082
- styles.flex,
1083
- { backgroundColor: white_snow },
1084
- shouldApplyAndroidWorkaround ? styles.invertAndroid : styles.invert,
1085
- ]}
1086
- testID='empty-state'
1087
- >
1088
- <EmptyStateIndicator listType='message' />
1089
- </View>
1090
- ),
1091
- [EmptyStateIndicator, shouldApplyAndroidWorkaround],
1092
- );
1093
-
1094
1077
  const ListFooterComponent = useCallback(
1095
1078
  () => (
1096
1079
  <View style={shouldApplyAndroidWorkaround ? styles.invertAndroid : undefined}>
@@ -1142,55 +1125,61 @@ const MessageListWithContext = <
1142
1125
  style={[styles.container, { backgroundColor: white_snow }, container]}
1143
1126
  testID='message-flat-list-wrapper'
1144
1127
  >
1145
- <FlatList
1146
- CellRendererComponent={
1147
- shouldApplyAndroidWorkaround ? InvertedCellRendererComponent : undefined
1148
- }
1149
- contentContainerStyle={[
1150
- styles.contentContainer,
1151
- additionalFlatListProps?.contentContainerStyle,
1152
- contentContainer,
1153
- ]}
1154
- /** Disables the MessageList UI. Which means, message actions, reactions won't work. */
1155
- data={processedMessageList}
1156
- extraData={disabled || !hasNoMoreRecentMessagesToLoad}
1157
- inverted={shouldApplyAndroidWorkaround ? false : inverted}
1158
- keyboardShouldPersistTaps='handled'
1159
- keyExtractor={keyExtractor}
1160
- ListEmptyComponent={renderListEmptyComponent}
1161
- ListFooterComponent={ListFooterComponent}
1162
- /**
1128
+ {processedMessageList.length === 0 ? (
1129
+ <View style={[styles.flex, { backgroundColor: white_snow }]} testID='empty-state'>
1130
+ <EmptyStateIndicator listType='message' />
1131
+ </View>
1132
+ ) : (
1133
+ <FlatList
1134
+ CellRendererComponent={
1135
+ shouldApplyAndroidWorkaround ? InvertedCellRendererComponent : undefined
1136
+ }
1137
+ contentContainerStyle={[
1138
+ styles.contentContainer,
1139
+ additionalFlatListProps?.contentContainerStyle,
1140
+ contentContainer,
1141
+ ]}
1142
+ /** Disables the MessageList UI. Which means, message actions, reactions won't work. */
1143
+ data={processedMessageList}
1144
+ extraData={disabled || !hasNoMoreRecentMessagesToLoad}
1145
+ inverted={shouldApplyAndroidWorkaround ? false : inverted}
1146
+ keyboardShouldPersistTaps='handled'
1147
+ keyExtractor={keyExtractor}
1148
+ ListFooterComponent={ListFooterComponent}
1149
+ /**
1163
1150
  if autoscrollToTopThreshold is 10, we scroll to recent if before new list update it was already at the bottom (10 offset or below)
1164
1151
  minIndexForVisible = 1 means that beyond item at index 1 will not change position on list updates
1165
1152
  minIndexForVisible is not used when autoscrollToTopThreshold = 10
1166
1153
  */
1167
- ListHeaderComponent={ListHeaderComponent}
1168
- maintainVisibleContentPosition={{
1169
- autoscrollToTopThreshold: autoscrollToRecent ? 10 : undefined,
1170
- minIndexForVisible: 1,
1171
- }}
1172
- maxToRenderPerBatch={30}
1173
- onMomentumScrollEnd={onUserScrollEvent}
1174
- onScroll={handleScroll}
1175
- onScrollBeginDrag={onScrollBeginDrag}
1176
- onScrollEndDrag={onScrollEndDrag}
1177
- onScrollToIndexFailed={onScrollToIndexFailedRef.current}
1178
- onTouchEnd={dismissImagePicker}
1179
- onViewableItemsChanged={onViewableItemsChanged.current}
1180
- ref={refCallback}
1181
- renderItem={renderItem}
1182
- scrollEnabled={overlay === 'none'}
1183
- showsVerticalScrollIndicator={!shouldApplyAndroidWorkaround}
1184
- style={[
1185
- styles.listContainer,
1186
- listContainer,
1187
- additionalFlatListProps?.style,
1188
- shouldApplyAndroidWorkaround ? styles.invertAndroid : undefined,
1189
- ]}
1190
- testID='message-flat-list'
1191
- viewabilityConfig={flatListViewabilityConfig}
1192
- {...additionalFlatListPropsExcludingStyle}
1193
- />
1154
+ ListHeaderComponent={ListHeaderComponent}
1155
+ maintainVisibleContentPosition={{
1156
+ autoscrollToTopThreshold: autoscrollToRecent ? 10 : undefined,
1157
+ minIndexForVisible: 1,
1158
+ }}
1159
+ maxToRenderPerBatch={30}
1160
+ onMomentumScrollEnd={onUserScrollEvent}
1161
+ onScroll={handleScroll}
1162
+ onScrollBeginDrag={onScrollBeginDrag}
1163
+ onScrollEndDrag={onScrollEndDrag}
1164
+ onScrollToIndexFailed={onScrollToIndexFailedRef.current}
1165
+ onTouchEnd={dismissImagePicker}
1166
+ onViewableItemsChanged={onViewableItemsChanged.current}
1167
+ ref={refCallback}
1168
+ renderItem={renderItem}
1169
+ scrollEnabled={overlay === 'none'}
1170
+ showsVerticalScrollIndicator={!shouldApplyAndroidWorkaround}
1171
+ style={[
1172
+ styles.listContainer,
1173
+ listContainer,
1174
+ additionalFlatListProps?.style,
1175
+ shouldApplyAndroidWorkaround ? styles.invertAndroid : undefined,
1176
+ ]}
1177
+ testID='message-flat-list'
1178
+ viewabilityConfig={flatListViewabilityConfig}
1179
+ {...additionalFlatListPropsExcludingStyle}
1180
+ />
1181
+ )}
1182
+
1194
1183
  {!loading && (
1195
1184
  <>
1196
1185
  <View style={styles.stickyHeader}>
@@ -34,7 +34,6 @@ exports[`Thread should match thread snapshot 1`] = `
34
34
  testID="message-flat-list-wrapper"
35
35
  >
36
36
  <RCTScrollView
37
- ListEmptyComponent={[Function]}
38
37
  ListFooterComponent={null}
39
38
  ListHeaderComponent={[Function]}
40
39
  contentContainerStyle={