stream-chat-react-native-core 5.4.3-beta.1 → 5.4.4-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 (95) hide show
  1. package/lib/commonjs/i18n/tr.json +19 -19
  2. package/lib/commonjs/version.json +1 -1
  3. package/lib/module/i18n/tr.json +19 -19
  4. package/lib/module/version.json +1 -1
  5. package/lib/typescript/i18n/tr.json +19 -19
  6. package/package.json +1 -2
  7. package/src/i18n/tr.json +19 -19
  8. package/src/version.json +1 -1
  9. package/lib/commonjs/components/Channel/Channel.md +0 -39
  10. package/lib/commonjs/components/ChannelList/ChannelList.md +0 -18
  11. package/lib/commonjs/components/ChannelList/ChannelListMessenger.md +0 -19
  12. package/lib/commonjs/components/Message/Message.md +0 -22
  13. package/lib/commonjs/components/Message/MessageSimple/MessageText.md +0 -4
  14. package/lib/commonjs/components/Message/MessageSimple/utils/renderText.md +0 -11
  15. package/lib/commonjs/components/docs/AttachmentProps.md +0 -1
  16. package/lib/commonjs/components/docs/ListProps.md +0 -14
  17. package/lib/commonjs/components/docs/MessageProps.md +0 -1
  18. package/lib/commonjs/components/docs/PreviewProps.md +0 -7
  19. package/lib/commonjs/contexts/channelContext/ChannelContext.md +0 -37
  20. package/lib/commonjs/contexts/channelsContext/ChannelsContext.md +0 -38
  21. package/lib/commonjs/contexts/chatContext/ChatContext.md +0 -37
  22. package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.md +0 -38
  23. package/lib/commonjs/contexts/keyboardContext/KeyboardContext.md +0 -5
  24. package/lib/commonjs/contexts/keyboardContext/withKeyboardContext.md +0 -18
  25. package/lib/commonjs/contexts/messageContext/MessageContext.md +0 -43
  26. package/lib/commonjs/contexts/messageInputContext/MessageInputContext.md +0 -40
  27. package/lib/commonjs/contexts/messagesContext/MessagesContext.md +0 -35
  28. package/lib/commonjs/contexts/messagesContext/withMessagesContext.md +0 -26
  29. package/lib/commonjs/contexts/overlayContext/OverlayContext.md +0 -34
  30. package/lib/commonjs/contexts/overlayContext/OverlayProvider.md +0 -0
  31. package/lib/commonjs/contexts/overlayContext/withOverlayContext.md +0 -1
  32. package/lib/commonjs/contexts/paginatedMessageListContext/PaginatedMessageListContext.md +0 -34
  33. package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.md +0 -28
  34. package/lib/commonjs/contexts/suggestionsContext/withSuggestionsContext.md +0 -1
  35. package/lib/commonjs/contexts/threadContext/ThreadContext.md +0 -34
  36. package/lib/commonjs/contexts/typingContext/TypingContext.md +0 -33
  37. package/lib/commonjs/utils/Streami18n.md +0 -390
  38. package/lib/module/components/Channel/Channel.md +0 -39
  39. package/lib/module/components/ChannelList/ChannelList.md +0 -18
  40. package/lib/module/components/ChannelList/ChannelListMessenger.md +0 -19
  41. package/lib/module/components/Message/Message.md +0 -22
  42. package/lib/module/components/Message/MessageSimple/MessageText.md +0 -4
  43. package/lib/module/components/Message/MessageSimple/utils/renderText.md +0 -11
  44. package/lib/module/components/docs/AttachmentProps.md +0 -1
  45. package/lib/module/components/docs/ListProps.md +0 -14
  46. package/lib/module/components/docs/MessageProps.md +0 -1
  47. package/lib/module/components/docs/PreviewProps.md +0 -7
  48. package/lib/module/contexts/channelContext/ChannelContext.md +0 -37
  49. package/lib/module/contexts/channelsContext/ChannelsContext.md +0 -38
  50. package/lib/module/contexts/chatContext/ChatContext.md +0 -37
  51. package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.md +0 -38
  52. package/lib/module/contexts/keyboardContext/KeyboardContext.md +0 -5
  53. package/lib/module/contexts/keyboardContext/withKeyboardContext.md +0 -18
  54. package/lib/module/contexts/messageContext/MessageContext.md +0 -43
  55. package/lib/module/contexts/messageInputContext/MessageInputContext.md +0 -40
  56. package/lib/module/contexts/messagesContext/MessagesContext.md +0 -35
  57. package/lib/module/contexts/messagesContext/withMessagesContext.md +0 -26
  58. package/lib/module/contexts/overlayContext/OverlayContext.md +0 -34
  59. package/lib/module/contexts/overlayContext/OverlayProvider.md +0 -0
  60. package/lib/module/contexts/overlayContext/withOverlayContext.md +0 -1
  61. package/lib/module/contexts/paginatedMessageListContext/PaginatedMessageListContext.md +0 -34
  62. package/lib/module/contexts/suggestionsContext/SuggestionsContext.md +0 -28
  63. package/lib/module/contexts/suggestionsContext/withSuggestionsContext.md +0 -1
  64. package/lib/module/contexts/threadContext/ThreadContext.md +0 -34
  65. package/lib/module/contexts/typingContext/TypingContext.md +0 -33
  66. package/lib/module/utils/Streami18n.md +0 -390
  67. package/src/components/Channel/Channel.md +0 -39
  68. package/src/components/ChannelList/ChannelList.md +0 -18
  69. package/src/components/ChannelList/ChannelListMessenger.md +0 -19
  70. package/src/components/Message/Message.md +0 -22
  71. package/src/components/Message/MessageSimple/MessageText.md +0 -4
  72. package/src/components/Message/MessageSimple/utils/renderText.md +0 -11
  73. package/src/components/docs/AttachmentProps.md +0 -1
  74. package/src/components/docs/ListProps.md +0 -14
  75. package/src/components/docs/MessageProps.md +0 -1
  76. package/src/components/docs/PreviewProps.md +0 -7
  77. package/src/contexts/channelContext/ChannelContext.md +0 -37
  78. package/src/contexts/channelsContext/ChannelsContext.md +0 -38
  79. package/src/contexts/chatContext/ChatContext.md +0 -37
  80. package/src/contexts/imageGalleryContext/ImageGalleryContext.md +0 -38
  81. package/src/contexts/keyboardContext/KeyboardContext.md +0 -5
  82. package/src/contexts/keyboardContext/withKeyboardContext.md +0 -18
  83. package/src/contexts/messageContext/MessageContext.md +0 -43
  84. package/src/contexts/messageInputContext/MessageInputContext.md +0 -40
  85. package/src/contexts/messagesContext/MessagesContext.md +0 -35
  86. package/src/contexts/messagesContext/withMessagesContext.md +0 -26
  87. package/src/contexts/overlayContext/OverlayContext.md +0 -34
  88. package/src/contexts/overlayContext/OverlayProvider.md +0 -0
  89. package/src/contexts/overlayContext/withOverlayContext.md +0 -1
  90. package/src/contexts/paginatedMessageListContext/PaginatedMessageListContext.md +0 -34
  91. package/src/contexts/suggestionsContext/SuggestionsContext.md +0 -28
  92. package/src/contexts/suggestionsContext/withSuggestionsContext.md +0 -1
  93. package/src/contexts/threadContext/ThreadContext.md +0 -34
  94. package/src/contexts/typingContext/TypingContext.md +0 -33
  95. package/src/utils/Streami18n.md +0 -390
@@ -10,7 +10,7 @@
10
10
  "Copy Message": "Mesajı Kopyala",
11
11
  "Delete": "Sil",
12
12
  "Delete Message": "Mesajı Sil",
13
- "Do you want to send a copy of this message to a moderator for further investigation?": "Daha fazla araştırma için bu mesajın bir kopyasını bir moderatöre göndermek istiyor musunuz?",
13
+ "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
14
14
  "Edit Message": "Mesajı Düzenle",
15
15
  "Editing Message": "Mesaj Düzenleniyor",
16
16
  "Emoji matching": "Emoji eşleştirme",
@@ -18,12 +18,12 @@
18
18
  "Error loading": "Yükleme hatası",
19
19
  "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
20
20
  "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
21
- "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyin",
21
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
22
22
  "File type not supported": "Dosya türü desteklenmiyor",
23
23
  "Flag": "Raporla",
24
- "Flag Message": "Mesajı İşaretle",
25
- "Flag action failed either due to a network issue or the message is already flagged": "Raporlama, mesajın raporlanmış olması veya bağlantı hatası sebebiyle başarısız oldu.",
26
- "Instant Commands": "Anında Komutlar",
24
+ "Flag Message": "Mesajı Raporla",
25
+ "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
26
+ "Instant Commands": "Anlık Komutlar",
27
27
  "Links are disabled": "Bağlantılar devre dışı",
28
28
  "Loading channels...": "Kanallar yükleniyor...",
29
29
  "Loading messages...": "Mesajlar yükleniyor...",
@@ -31,38 +31,38 @@
31
31
  "Message Reactions": "Mesaj Tepkileri",
32
32
  "Message deleted": "Mesaj silindi",
33
33
  "Message flagged": "Mesaj işaretlendi",
34
- "Mute User": "Kullanıcının Sesini Kapat",
34
+ "Mute User": "Kullanıcıyı sessize al",
35
35
  "Not supported": "Desteklenmiyor",
36
- "Nothing yet...": "Şimdilik hiçbir şey...",
36
+ "Nothing yet...": "Henüz değil...",
37
37
  "Ok": "Tamam",
38
38
  "Only visible to you": "Sadece siz görebilirsiniz",
39
39
  "Photo": "Fotoğraf",
40
40
  "Photos and Videos": "Fotoğraflar ve Videolar",
41
41
  "Pin to Conversation": "Konuşmaya sabitle",
42
- "Please enable access to your photos and videos so you can share them.": "Lütfen paylaşabilmek için fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
- "Please select a channel first": "Lütfen önce bir kanal seçin",
44
- "Reconnecting...": "Yeniden Bağlanma...",
45
- "Reply": "Cevapla",
46
- "Reply to Message": "Mesajı Cevapla",
42
+ "Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
44
+ "Reconnecting...": "Yeniden Bağlanılıyor...",
45
+ "Reply": "Yanıtla",
46
+ "Reply to Message": "Mesajı Yanıtla",
47
47
  "Resend": "Yeniden gönder",
48
- "Search GIFs": "GIF ara",
49
- "Send a message": "Bir mesaj göndermek",
50
- "Sending links is not allowed in this conversation": "Bağlantı göndermek bu konuşmada desteklenmiyor",
48
+ "Search GIFs": "GIF Ara",
49
+ "Send a message": "Mesaj gönder",
50
+ "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
51
51
  "Slow mode ON": "Yavaş Mod Açık",
52
- "The message has been reported to a moderator.": "Mesaj bir moderatöre bildirildi.",
52
+ "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
53
53
  "Thread Reply": "Konu Yanıtı",
54
54
  "Unblock User": "Kullanıcının engelini kaldır",
55
55
  "Unknown User": "Bilinmeyen kullanıcı",
56
56
  "Unmute User": "Kullanıcının sesini aç",
57
- "Unpin from Conversation": "Sabitlenmeyi kaldır",
57
+ "Unpin from Conversation": "Sabitlemeyi kaldır",
58
58
  "Unread Messages": "Okunmamış Mesajlar",
59
59
  "Video": "Video",
60
60
  "You": "Sen",
61
61
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
62
62
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
63
63
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
64
- "{{ replyCount }} Replies": "{{ replyCount }} Cevaplar",
65
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapları",
64
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
65
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
66
66
  "{{ user }} is typing": "{{ user }} yazıyor",
67
67
  "🏙 Attachment...": "🏙 Ek..."
68
68
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.4.3-beta.1"
2
+ "version": "5.4.4-beta.1"
3
3
  }
@@ -10,7 +10,7 @@
10
10
  "Copy Message": "Mesajı Kopyala",
11
11
  "Delete": "Sil",
12
12
  "Delete Message": "Mesajı Sil",
13
- "Do you want to send a copy of this message to a moderator for further investigation?": "Daha fazla araştırma için bu mesajın bir kopyasını bir moderatöre göndermek istiyor musunuz?",
13
+ "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
14
14
  "Edit Message": "Mesajı Düzenle",
15
15
  "Editing Message": "Mesaj Düzenleniyor",
16
16
  "Emoji matching": "Emoji eşleştirme",
@@ -18,12 +18,12 @@
18
18
  "Error loading": "Yükleme hatası",
19
19
  "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
20
20
  "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
21
- "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyin",
21
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
22
22
  "File type not supported": "Dosya türü desteklenmiyor",
23
23
  "Flag": "Raporla",
24
- "Flag Message": "Mesajı İşaretle",
25
- "Flag action failed either due to a network issue or the message is already flagged": "Raporlama, mesajın raporlanmış olması veya bağlantı hatası sebebiyle başarısız oldu.",
26
- "Instant Commands": "Anında Komutlar",
24
+ "Flag Message": "Mesajı Raporla",
25
+ "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
26
+ "Instant Commands": "Anlık Komutlar",
27
27
  "Links are disabled": "Bağlantılar devre dışı",
28
28
  "Loading channels...": "Kanallar yükleniyor...",
29
29
  "Loading messages...": "Mesajlar yükleniyor...",
@@ -31,38 +31,38 @@
31
31
  "Message Reactions": "Mesaj Tepkileri",
32
32
  "Message deleted": "Mesaj silindi",
33
33
  "Message flagged": "Mesaj işaretlendi",
34
- "Mute User": "Kullanıcının Sesini Kapat",
34
+ "Mute User": "Kullanıcıyı sessize al",
35
35
  "Not supported": "Desteklenmiyor",
36
- "Nothing yet...": "Şimdilik hiçbir şey...",
36
+ "Nothing yet...": "Henüz değil...",
37
37
  "Ok": "Tamam",
38
38
  "Only visible to you": "Sadece siz görebilirsiniz",
39
39
  "Photo": "Fotoğraf",
40
40
  "Photos and Videos": "Fotoğraflar ve Videolar",
41
41
  "Pin to Conversation": "Konuşmaya sabitle",
42
- "Please enable access to your photos and videos so you can share them.": "Lütfen paylaşabilmek için fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
- "Please select a channel first": "Lütfen önce bir kanal seçin",
44
- "Reconnecting...": "Yeniden Bağlanma...",
45
- "Reply": "Cevapla",
46
- "Reply to Message": "Mesajı Cevapla",
42
+ "Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
44
+ "Reconnecting...": "Yeniden Bağlanılıyor...",
45
+ "Reply": "Yanıtla",
46
+ "Reply to Message": "Mesajı Yanıtla",
47
47
  "Resend": "Yeniden gönder",
48
- "Search GIFs": "GIF ara",
49
- "Send a message": "Bir mesaj göndermek",
50
- "Sending links is not allowed in this conversation": "Bağlantı göndermek bu konuşmada desteklenmiyor",
48
+ "Search GIFs": "GIF Ara",
49
+ "Send a message": "Mesaj gönder",
50
+ "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
51
51
  "Slow mode ON": "Yavaş Mod Açık",
52
- "The message has been reported to a moderator.": "Mesaj bir moderatöre bildirildi.",
52
+ "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
53
53
  "Thread Reply": "Konu Yanıtı",
54
54
  "Unblock User": "Kullanıcının engelini kaldır",
55
55
  "Unknown User": "Bilinmeyen kullanıcı",
56
56
  "Unmute User": "Kullanıcının sesini aç",
57
- "Unpin from Conversation": "Sabitlenmeyi kaldır",
57
+ "Unpin from Conversation": "Sabitlemeyi kaldır",
58
58
  "Unread Messages": "Okunmamış Mesajlar",
59
59
  "Video": "Video",
60
60
  "You": "Sen",
61
61
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
62
62
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
63
63
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
64
- "{{ replyCount }} Replies": "{{ replyCount }} Cevaplar",
65
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapları",
64
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
65
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
66
66
  "{{ user }} is typing": "{{ user }} yazıyor",
67
67
  "🏙 Attachment...": "🏙 Ek..."
68
68
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.4.3-beta.1"
2
+ "version": "5.4.4-beta.1"
3
3
  }
@@ -10,7 +10,7 @@
10
10
  "Copy Message": "Mesajı Kopyala",
11
11
  "Delete": "Sil",
12
12
  "Delete Message": "Mesajı Sil",
13
- "Do you want to send a copy of this message to a moderator for further investigation?": "Daha fazla araştırma için bu mesajın bir kopyasını bir moderatöre göndermek istiyor musunuz?",
13
+ "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
14
14
  "Edit Message": "Mesajı Düzenle",
15
15
  "Editing Message": "Mesaj Düzenleniyor",
16
16
  "Emoji matching": "Emoji eşleştirme",
@@ -18,12 +18,12 @@
18
18
  "Error loading": "Yükleme hatası",
19
19
  "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
20
20
  "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
21
- "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyin",
21
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
22
22
  "File type not supported": "Dosya türü desteklenmiyor",
23
23
  "Flag": "Raporla",
24
- "Flag Message": "Mesajı İşaretle",
25
- "Flag action failed either due to a network issue or the message is already flagged": "Raporlama, mesajın raporlanmış olması veya bağlantı hatası sebebiyle başarısız oldu.",
26
- "Instant Commands": "Anında Komutlar",
24
+ "Flag Message": "Mesajı Raporla",
25
+ "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
26
+ "Instant Commands": "Anlık Komutlar",
27
27
  "Links are disabled": "Bağlantılar devre dışı",
28
28
  "Loading channels...": "Kanallar yükleniyor...",
29
29
  "Loading messages...": "Mesajlar yükleniyor...",
@@ -31,38 +31,38 @@
31
31
  "Message Reactions": "Mesaj Tepkileri",
32
32
  "Message deleted": "Mesaj silindi",
33
33
  "Message flagged": "Mesaj işaretlendi",
34
- "Mute User": "Kullanıcının Sesini Kapat",
34
+ "Mute User": "Kullanıcıyı sessize al",
35
35
  "Not supported": "Desteklenmiyor",
36
- "Nothing yet...": "Şimdilik hiçbir şey...",
36
+ "Nothing yet...": "Henüz değil...",
37
37
  "Ok": "Tamam",
38
38
  "Only visible to you": "Sadece siz görebilirsiniz",
39
39
  "Photo": "Fotoğraf",
40
40
  "Photos and Videos": "Fotoğraflar ve Videolar",
41
41
  "Pin to Conversation": "Konuşmaya sabitle",
42
- "Please enable access to your photos and videos so you can share them.": "Lütfen paylaşabilmek için fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
- "Please select a channel first": "Lütfen önce bir kanal seçin",
44
- "Reconnecting...": "Yeniden Bağlanma...",
45
- "Reply": "Cevapla",
46
- "Reply to Message": "Mesajı Cevapla",
42
+ "Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
44
+ "Reconnecting...": "Yeniden Bağlanılıyor...",
45
+ "Reply": "Yanıtla",
46
+ "Reply to Message": "Mesajı Yanıtla",
47
47
  "Resend": "Yeniden gönder",
48
- "Search GIFs": "GIF ara",
49
- "Send a message": "Bir mesaj göndermek",
50
- "Sending links is not allowed in this conversation": "Bağlantı göndermek bu konuşmada desteklenmiyor",
48
+ "Search GIFs": "GIF Ara",
49
+ "Send a message": "Mesaj gönder",
50
+ "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
51
51
  "Slow mode ON": "Yavaş Mod Açık",
52
- "The message has been reported to a moderator.": "Mesaj bir moderatöre bildirildi.",
52
+ "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
53
53
  "Thread Reply": "Konu Yanıtı",
54
54
  "Unblock User": "Kullanıcının engelini kaldır",
55
55
  "Unknown User": "Bilinmeyen kullanıcı",
56
56
  "Unmute User": "Kullanıcının sesini aç",
57
- "Unpin from Conversation": "Sabitlenmeyi kaldır",
57
+ "Unpin from Conversation": "Sabitlemeyi kaldır",
58
58
  "Unread Messages": "Okunmamış Mesajlar",
59
59
  "Video": "Video",
60
60
  "You": "Sen",
61
61
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
62
62
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
63
63
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
64
- "{{ replyCount }} Replies": "{{ replyCount }} Cevaplar",
65
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapları",
64
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
65
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
66
66
  "{{ user }} is typing": "{{ user }} yazıyor",
67
67
  "🏙 Attachment...": "🏙 Ek..."
68
68
  }
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.4.3-beta.1",
4
+ "version": "5.4.4-beta.1",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -77,7 +77,6 @@
77
77
  "metro-react-native-babel-preset": "0.66.2",
78
78
  "mime-types": "^2.1.34",
79
79
  "path": "0.12.7",
80
- "react-art": "^17.0.2",
81
80
  "react-native-markdown-package": "1.8.2",
82
81
  "react-native-url-polyfill": "^1.3.0",
83
82
  "stream-chat": "7.0.0"
package/src/i18n/tr.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "Copy Message": "Mesajı Kopyala",
11
11
  "Delete": "Sil",
12
12
  "Delete Message": "Mesajı Sil",
13
- "Do you want to send a copy of this message to a moderator for further investigation?": "Daha fazla araştırma için bu mesajın bir kopyasını bir moderatöre göndermek istiyor musunuz?",
13
+ "Do you want to send a copy of this message to a moderator for further investigation?": "Detaylı inceleme için bu mesajın kopyasını moderatöre göndermek istiyor musunuz?",
14
14
  "Edit Message": "Mesajı Düzenle",
15
15
  "Editing Message": "Mesaj Düzenleniyor",
16
16
  "Emoji matching": "Emoji eşleştirme",
@@ -18,12 +18,12 @@
18
18
  "Error loading": "Yükleme hatası",
19
19
  "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
20
20
  "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
21
- "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyin",
21
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
22
22
  "File type not supported": "Dosya türü desteklenmiyor",
23
23
  "Flag": "Raporla",
24
- "Flag Message": "Mesajı İşaretle",
25
- "Flag action failed either due to a network issue or the message is already flagged": "Raporlama, mesajın raporlanmış olması veya bağlantı hatası sebebiyle başarısız oldu.",
26
- "Instant Commands": "Anında Komutlar",
24
+ "Flag Message": "Mesajı Raporla",
25
+ "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
26
+ "Instant Commands": "Anlık Komutlar",
27
27
  "Links are disabled": "Bağlantılar devre dışı",
28
28
  "Loading channels...": "Kanallar yükleniyor...",
29
29
  "Loading messages...": "Mesajlar yükleniyor...",
@@ -31,38 +31,38 @@
31
31
  "Message Reactions": "Mesaj Tepkileri",
32
32
  "Message deleted": "Mesaj silindi",
33
33
  "Message flagged": "Mesaj işaretlendi",
34
- "Mute User": "Kullanıcının Sesini Kapat",
34
+ "Mute User": "Kullanıcıyı sessize al",
35
35
  "Not supported": "Desteklenmiyor",
36
- "Nothing yet...": "Şimdilik hiçbir şey...",
36
+ "Nothing yet...": "Henüz değil...",
37
37
  "Ok": "Tamam",
38
38
  "Only visible to you": "Sadece siz görebilirsiniz",
39
39
  "Photo": "Fotoğraf",
40
40
  "Photos and Videos": "Fotoğraflar ve Videolar",
41
41
  "Pin to Conversation": "Konuşmaya sabitle",
42
- "Please enable access to your photos and videos so you can share them.": "Lütfen paylaşabilmek için fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
- "Please select a channel first": "Lütfen önce bir kanal seçin",
44
- "Reconnecting...": "Yeniden Bağlanma...",
45
- "Reply": "Cevapla",
46
- "Reply to Message": "Mesajı Cevapla",
42
+ "Please enable access to your photos and videos so you can share them.": "Paylaşım yapabilmek için lutfen fotoğraflarınıza ve videolarınıza erişimi etkinleştirin.",
43
+ "Please select a channel first": "Lütfen önce bir kanal seçiniz",
44
+ "Reconnecting...": "Yeniden Bağlanılıyor...",
45
+ "Reply": "Yanıtla",
46
+ "Reply to Message": "Mesajı Yanıtla",
47
47
  "Resend": "Yeniden gönder",
48
- "Search GIFs": "GIF ara",
49
- "Send a message": "Bir mesaj göndermek",
50
- "Sending links is not allowed in this conversation": "Bağlantı göndermek bu konuşmada desteklenmiyor",
48
+ "Search GIFs": "GIF Ara",
49
+ "Send a message": "Mesaj gönder",
50
+ "Sending links is not allowed in this conversation": "Bu konuşmada bağlantı göndermek desteklenmiyor",
51
51
  "Slow mode ON": "Yavaş Mod Açık",
52
- "The message has been reported to a moderator.": "Mesaj bir moderatöre bildirildi.",
52
+ "The message has been reported to a moderator.": "Mesaj moderatöre bildirildi.",
53
53
  "Thread Reply": "Konu Yanıtı",
54
54
  "Unblock User": "Kullanıcının engelini kaldır",
55
55
  "Unknown User": "Bilinmeyen kullanıcı",
56
56
  "Unmute User": "Kullanıcının sesini aç",
57
- "Unpin from Conversation": "Sabitlenmeyi kaldır",
57
+ "Unpin from Conversation": "Sabitlemeyi kaldır",
58
58
  "Unread Messages": "Okunmamış Mesajlar",
59
59
  "Video": "Video",
60
60
  "You": "Sen",
61
61
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
62
62
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
63
63
  "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
64
- "{{ replyCount }} Replies": "{{ replyCount }} Cevaplar",
65
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapları",
64
+ "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
65
+ "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
66
66
  "{{ user }} is typing": "{{ user }} yazıyor",
67
67
  "🏙 Attachment...": "🏙 Ek..."
68
68
  }
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.4.3-beta.1"
2
+ "version": "5.4.4-beta.1"
3
3
  }
@@ -1,39 +0,0 @@
1
- **Note:** The Channel component provides access to the values stored in [ChannelContext](#channelcontext), [MessagesContext](#messagescontext), and [ThreadContext](#threadcontext) and exposes their hooks or the [withChannelContext](#withchannelcontext), [withMessagesContext](#withmessagescontext), and [withThreadContext](#withthreadcontext) higher order components.
2
-
3
- The example below shows how to write a component that consumes a context and uses hooks.
4
-
5
- ```jsx static
6
- import React from 'react';
7
- import { Text, View } from 'react-native';
8
-
9
- import { Chat, Channel, MessageInput, MessageList, useChannelContext } from 'stream-chat-react-native';
10
-
11
- const CustomChannelHeader = () => {
12
- const { channel, loading } = useChannelContext();
13
-
14
- return loading ? (
15
- <View>
16
- <Text>Channel is loading...</Text>
17
- </View>
18
- ) : (
19
- <View>
20
- <Text>Channel ID: {channel.cid}</Text>
21
- <Text>
22
- There are currently {channel.state.watcher_count} people online
23
- </Text>
24
- </View>
25
- );
26
- };
27
-
28
- <OverlayProvider>
29
- <View>
30
- <Chat client={chat}>
31
- <Channel channel={dataChannel}>
32
- <CustomChannelHeader />
33
- <MessageList />
34
- <MessageInput />
35
- </Channel>
36
- </Chat>
37
- </View>
38
- </OverlayProvider>
39
- ```
@@ -1,18 +0,0 @@
1
- ```jsx static
2
- import { View } from 'react-native';
3
- import { Chat, ChannelList } from 'stream-chat-react-native';
4
-
5
- <OverlayProvider>
6
- <View>
7
- <Chat client={client}>
8
- <ChannelList
9
- filters={{
10
- members: {
11
- $in: ['vishal', 'neil']
12
- }
13
- }}
14
- />
15
- </Chat>
16
- </View>
17
- </OverlayProvider>
18
- ```
@@ -1,19 +0,0 @@
1
- ```jsx static
2
- import { View } from 'react-native';
3
- import { Chat, ChannelList, ChannelListMessenger } from 'stream-chat-react-native';
4
-
5
- <OverlayProvider>
6
- <View>
7
- <Chat client={client}>
8
- <ChannelList
9
- List={ChannelListMessenger}
10
- filters={{
11
- members: {
12
- $in: ['vishal', 'neil']
13
- }
14
- }}
15
- />
16
- </Chat>
17
- </View>
18
- </OverlayProvider>
19
- ```
@@ -1,22 +0,0 @@
1
- The Message component is the high level component that deals with all the message logic.
2
- It doesn't implement any rendering, but delegates that to the Message prop.
3
-
4
- The Message component provides the following functions to the rendered component:
5
-
6
- - **isMyMessage** returns true if message belongs to current user, else false
7
-
8
- **Params**
9
-
10
- - `message`
11
-
12
- - **isAdmin** returns true if current user has admin role.
13
- - **canEditMessage** returns true if current user has permission to edit message.
14
- - **canDeleteMessage** returns true if current user has permission to edit message.
15
- - **handleFlag** Handler to flag a message
16
- - **handleMute** Handler to mute a user of message
17
- - **handleEdit** Handler to edit a message This message simply sets current message as value of `editing` property of channel context. `editing` prop is then used by MessageInput component to switch to edit mode.
18
- - **handleDelete** Handler to delete a message
19
- - **handleReaction** Handler to add/remove reaction on message
20
- - **handleAction** Handler for actions. Actions in combination with attachments can be used to build [commands](https://getstream.io/chat/docs/#channel_commands).
21
- - **handleRetry** Handler to resend the message, in case of failure.
22
- - **openThread** Handler to open the thread on current message.
@@ -1,4 +0,0 @@
1
- It accepts all the props accepted by MessageTextContainer component.
2
- In addition it also accepts following props:
3
-
4
- - renderText { function } Defaults to [renderText](#rendertext)
@@ -1,11 +0,0 @@
1
- [src/components/Message/MessageSimple/utils/renderText.ts](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/Message/MessageSimple/utils/renderText.ts)
2
-
3
- Function that handles markdown and parsing for the text of message.
4
-
5
- Internally it uses [react-native-simple-markdown](https://github.com/GetStream/react-native-simple-markdown#styles-1) to handle markdown.
6
-
7
- It accepts following params:
8
-
9
- - markdownRules { object } - <https://github.com/GetStream/react-native-simple-markdown#rules>
10
- - markdownStyles { object } - <https://github.com/GetStream/react-native-simple-markdown#styles-1>
11
- - message { object } Message object
@@ -1 +0,0 @@
1
- All the props mentioned in [Attachment](#attachment) are available for this component.
@@ -1,14 +0,0 @@
1
- All props available in the [ChannelList](#channellist) component are passed along to the List component. Additionally, the following props are provided to the List component:
2
-
3
- - `error` {boolean | Error} Error in channels query, if any
4
- - `channels` {array} List of channel objects
5
- - `forceUpdate` {number} Incremental number change to force update the FlatList
6
- - `hasNextPage` {boolean} Whether or not the FlatList has another page to render
7
- - `loadingChannels` {boolean} Initial channels query loading state, triggers the LoadingIndicator
8
- - `loadingNextPage` {boolean} Whether or not additional channels are being loaded, triggers the FooterLoadingIndicator
9
- - `loadNextPage` {function} Loads the next page of `channels`
10
- - `refreshing` {boolean} List of channels is being refreshed or re-queried (in case of reconnection)
11
- - `refreshList` {function} Refresh the channel list without reloading existing channels
12
- - `reloadList` {function} Removes all the existing channels from UI and loads fresh channels
13
- - `setActiveChannel` {function} Sets the currently active channel
14
- - `setFlatListRef` {function} Gains access to the inner FlatList ref
@@ -1 +0,0 @@
1
- All the props mentioned in [MessageSimple](#messagesimple) are available for this component.
@@ -1,7 +0,0 @@
1
- All props available to the [ChannelPreview](#channelpreview) component are also passed to the ChannelPreviewMessenger UI component. Additionally, the following channel specific properties are available:
2
-
3
- - `formatLatestMessageDate` {function} Formatter function for date of the latest message
4
- - `lastMessage` {object} Latest received message on the channel
5
- - `latestMessageLength` {number} Length at which latest message should be truncated
6
- - `latestMessagePreview` {object} Formatted message object with preview display information
7
- - `unread` {number} Number of unread messages on the channel
@@ -1,37 +0,0 @@
1
- Please check the `ChannelContextValue` in [ChannelContext](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/contexts/channelContext/ChannelContext.md), for consumable values.
2
- Provider for this context exists in `Channel` component. And so, any child component of Channel
3
- can get access to context as following:
4
-
5
- - Functional component
6
-
7
- ```tsx static
8
- import { useChannelContext } from 'stream-chat-react-native';
9
-
10
- const SomeChildComponent = () => {
11
- const { loading, reloadChannel } = useChannelContext();
12
-
13
- return (
14
- <View />
15
- )
16
- }
17
- ```
18
-
19
- - Class component
20
-
21
- ```tsx static
22
- import React from 'react';
23
- import { withChannelContext } from 'stream-chat-react-native';
24
-
25
- class SomeChildComponent extends React.Component {
26
- constructor(props) {
27
- super(props);
28
-
29
- console.log(props.loading);
30
- console.log(props.reloadChannel);
31
- }
32
-
33
- // UI Logic
34
- }
35
-
36
- export withChannelContext(SomeChildComponent);
37
- ```
@@ -1,38 +0,0 @@
1
- Please check the `ChannelsContextValue` in [ChannelsContext](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/contexts/channelsContext/ChannelsContext.md), for consumable values.
2
- Provider for this context exists in `ChannelList` component. And so, any child component of ChannelList
3
- can get access to context as following:
4
-
5
- - Functional component
6
-
7
- ```tsx static
8
- import { useChannelsContext } from 'stream-chat-react-native';
9
-
10
- const SomeChildComponent = () => {
11
- const { error, loadingChannels, refreshing } = useChannelsContext();
12
-
13
- return (
14
- <View />
15
- )
16
- }
17
- ```
18
-
19
- - Class component
20
-
21
- ```tsx static
22
- import React from 'react';
23
- import { withChannelsContext } from 'stream-chat-react-native';
24
-
25
- class SomeChildComponent extends React.Component {
26
- constructor(props) {
27
- super(props);
28
-
29
- console.log(props.error);
30
- console.log(props.loadingChannels);
31
- console.log(props.refreshing);
32
- }
33
-
34
- // UI Logic
35
- }
36
-
37
- export withChannelsContext(SomeChildComponent);
38
- ```
@@ -1,37 +0,0 @@
1
- Please check the `ChatContextValue` in [ChatContext](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/contexts/chatContext/ChatContext.tsx), for consumable values.
2
- Provider for this context exists in `Chat` component. And so, any child component of Chat
3
- can get access to context as following:
4
-
5
- - Functional component
6
-
7
- ```tsx static
8
- import { useChatContext } from 'stream-chat-react-native';
9
-
10
- const SomeChildComponent = () => {
11
- const { client, isOnline } = useChatContext();
12
-
13
- return (
14
- <View />
15
- )
16
- }
17
- ```
18
-
19
- - Class component
20
-
21
- ```tsx static
22
- import React from 'react';
23
- import { withChatContext } from 'stream-chat-react-native';
24
-
25
- class SomeChildComponent extends React.Component {
26
- constructor(props) {
27
- super(props);
28
-
29
- console.log(props.client);
30
- console.log(props.isOnline);
31
- }
32
-
33
- // UI Logic
34
- }
35
-
36
- export withChatContext(SomeChildComponent);
37
- ```