stream-chat-react-native-core 5.26.1-beta.2 → 5.27.0-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 (93) hide show
  1. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +7 -11
  2. package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  3. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +27 -0
  4. package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -0
  5. package/lib/commonjs/components/Chat/Chat.js +12 -5
  6. package/lib/commonjs/components/Chat/Chat.js.map +1 -1
  7. package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js +2 -0
  8. package/lib/commonjs/components/Chat/hooks/useCreateChatContext.js.map +1 -1
  9. package/lib/commonjs/contexts/chatContext/ChatContext.js +2 -2
  10. package/lib/commonjs/contexts/chatContext/ChatContext.js.map +1 -1
  11. package/lib/commonjs/contexts/overlayContext/OverlayProvider.js +15 -11
  12. package/lib/commonjs/contexts/overlayContext/OverlayProvider.js.map +1 -1
  13. package/lib/commonjs/i18n/es.json +32 -32
  14. package/lib/commonjs/i18n/fr.json +32 -32
  15. package/lib/commonjs/i18n/he.json +32 -32
  16. package/lib/commonjs/i18n/hi.json +31 -31
  17. package/lib/commonjs/i18n/it.json +31 -31
  18. package/lib/commonjs/i18n/ja.json +31 -31
  19. package/lib/commonjs/i18n/ko.json +31 -31
  20. package/lib/commonjs/i18n/nl.json +31 -31
  21. package/lib/commonjs/i18n/pt-BR.json +31 -31
  22. package/lib/commonjs/i18n/ru.json +31 -31
  23. package/lib/commonjs/i18n/tr.json +31 -31
  24. package/lib/commonjs/index.js +7 -0
  25. package/lib/commonjs/index.js.map +1 -1
  26. package/lib/commonjs/utils/StreamChatRN.js.map +1 -1
  27. package/lib/commonjs/version.json +1 -1
  28. package/lib/module/components/AttachmentPicker/AttachmentPicker.js +7 -11
  29. package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
  30. package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js +27 -0
  31. package/lib/module/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.js.map +1 -0
  32. package/lib/module/components/Chat/Chat.js +12 -5
  33. package/lib/module/components/Chat/Chat.js.map +1 -1
  34. package/lib/module/components/Chat/hooks/useCreateChatContext.js +2 -0
  35. package/lib/module/components/Chat/hooks/useCreateChatContext.js.map +1 -1
  36. package/lib/module/contexts/chatContext/ChatContext.js +2 -2
  37. package/lib/module/contexts/chatContext/ChatContext.js.map +1 -1
  38. package/lib/module/contexts/overlayContext/OverlayProvider.js +15 -11
  39. package/lib/module/contexts/overlayContext/OverlayProvider.js.map +1 -1
  40. package/lib/module/i18n/es.json +32 -32
  41. package/lib/module/i18n/fr.json +32 -32
  42. package/lib/module/i18n/he.json +32 -32
  43. package/lib/module/i18n/hi.json +31 -31
  44. package/lib/module/i18n/it.json +31 -31
  45. package/lib/module/i18n/ja.json +31 -31
  46. package/lib/module/i18n/ko.json +31 -31
  47. package/lib/module/i18n/nl.json +31 -31
  48. package/lib/module/i18n/pt-BR.json +31 -31
  49. package/lib/module/i18n/ru.json +31 -31
  50. package/lib/module/i18n/tr.json +31 -31
  51. package/lib/module/index.js +7 -0
  52. package/lib/module/index.js.map +1 -1
  53. package/lib/module/utils/StreamChatRN.js.map +1 -1
  54. package/lib/module/version.json +1 -1
  55. package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts +4 -0
  56. package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.d.ts +2 -0
  57. package/lib/typescript/components/Chat/Chat.d.ts +1 -1
  58. package/lib/typescript/components/Chat/hooks/useCreateChatContext.d.ts +1 -1
  59. package/lib/typescript/contexts/chatContext/ChatContext.d.ts +4 -0
  60. package/lib/typescript/i18n/es.json +32 -32
  61. package/lib/typescript/i18n/fr.json +32 -32
  62. package/lib/typescript/i18n/he.json +32 -32
  63. package/lib/typescript/i18n/hi.json +31 -31
  64. package/lib/typescript/i18n/it.json +31 -31
  65. package/lib/typescript/i18n/ja.json +31 -31
  66. package/lib/typescript/i18n/ko.json +31 -31
  67. package/lib/typescript/i18n/nl.json +31 -31
  68. package/lib/typescript/i18n/pt-BR.json +31 -31
  69. package/lib/typescript/i18n/ru.json +31 -31
  70. package/lib/typescript/i18n/tr.json +31 -31
  71. package/lib/typescript/index.d.ts +1 -1
  72. package/lib/typescript/utils/StreamChatRN.d.ts +2 -0
  73. package/package.json +1 -1
  74. package/src/components/AttachmentPicker/AttachmentPicker.tsx +8 -19
  75. package/src/components/AttachmentPicker/components/AttachmentPickerIOSSelectMorePhotos.tsx +10 -0
  76. package/src/components/Chat/Chat.tsx +7 -1
  77. package/src/components/Chat/hooks/useCreateChatContext.ts +2 -0
  78. package/src/contexts/chatContext/ChatContext.tsx +4 -0
  79. package/src/contexts/overlayContext/OverlayProvider.tsx +3 -0
  80. package/src/i18n/es.json +32 -32
  81. package/src/i18n/fr.json +32 -32
  82. package/src/i18n/he.json +32 -32
  83. package/src/i18n/hi.json +31 -31
  84. package/src/i18n/it.json +31 -31
  85. package/src/i18n/ja.json +31 -31
  86. package/src/i18n/ko.json +31 -31
  87. package/src/i18n/nl.json +31 -31
  88. package/src/i18n/pt-BR.json +31 -31
  89. package/src/i18n/ru.json +31 -31
  90. package/src/i18n/tr.json +31 -31
  91. package/src/index.ts +1 -1
  92. package/src/utils/StreamChatRN.ts +2 -0
  93. package/src/version.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "1 Reply": "1 Resposta",
3
- "1 Thread Reply": "1 Resposta de Thread",
4
- "Allow access to your Gallery": "Permitir acesso à sua Galeria",
5
- "Allow camera access in device settings": "Permitir acesso à câmera nas configurações do dispositivo",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,49 +13,49 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "A câmera do dispositivo é usada para tirar fotos ou vídeos.",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "Editando Mensagem",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "",
21
+ "Empty message...": "Mensagem vazia...",
22
22
  "Error loading": "Erro ao carregar",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
23
+ "Error loading channel list...": "Erro ao carregar lista de canais...",
24
+ "Error loading messages for this channel...": "Erro ao carregar mensagens para este canal...",
25
+ "Error while loading, please reload/refresh": "Erro ao carregar, por favor recarregue/atualize",
26
+ "File type not supported": "Tipo de arquivo não suportado",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
- "How about sending your first message to a friend?": "",
30
+ "How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
31
31
  "Instant Commands": "",
32
- "Let's start chatting!": "",
32
+ "Let's start chatting!": "Vamos começar a conversar!",
33
33
  "Links are disabled": "",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
34
+ "Loading channels...": "Carregando canais...",
35
+ "Loading messages...": "Carregando mensagens...",
36
+ "Loading...": "Carregando...",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
39
- "Message deleted": "",
38
+ "Message Reactions": "Reações à Mensagem",
39
+ "Message deleted": "Mensagem excluída",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "Não suportado",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Nada ainda...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "Apenas visível para você",
46
- "Open Settings": "Abrir Configurações",
47
- "Photo": "",
48
- "Photos and Videos": "Fotos e Vídeos",
46
+ "Open Settings": "",
47
+ "Photo": "Foto",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "Fixado por",
51
- "Please enable access to your photos and videos so you can share them.": "Por favor, habilite o acesso às suas fotos e vídeos para poder compartilhá-los.",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
- "Reconnecting...": "",
53
+ "Reconnecting...": "Reconectando...",
54
54
  "Reply": "",
55
55
  "Reply to Message": "Responder à Mensagem",
56
56
  "Resend": "",
57
57
  "Search GIFs": "Pesquisar GIFs",
58
- "Select More Photos": "Selecionar Mais Fotos",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "Enviar uma mensagem",
61
61
  "Sending links is not allowed in this conversation": "",
@@ -63,17 +63,17 @@
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Usuário Desconhecido",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "Mensagens não lidas",
70
- "Video": "",
71
- "You": "",
70
+ "Video": "Vídeo",
71
+ "You": "Você",
72
72
  "You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e mais {{ nonSelfUserLength }} pessoa(s) estão digitando",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} de {{ photoLength }}",
74
+ "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} Respostas",
76
- "{{ replyCount }} Thread Replies": "{{ replyCount }} Respostas de Thread",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "{{ user }} está digitando",
78
- "🏙 Attachment...": ""
78
+ "🏙 Attachment...": "🏙 Anexo..."
79
79
  }
package/src/i18n/ru.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "1 Reply": "1 Ответ",
3
- "1 Thread Reply": "1 тема Ответить",
4
- "Allow access to your Gallery": "Разрешить доступ к вашей галерее",
5
- "Allow camera access in device settings": "Разрешите доступ к камере в настройках устройства.",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,49 +13,49 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "Камера устройства используется для съемки фотографий или видео.",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "Редактирование сообщения",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "",
21
+ "Empty message...": "Пустое сообщение...",
22
22
  "Error loading": "Ошибка при загрузке",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
23
+ "Error loading channel list...": "Ошибка загрузки списка каналов...",
24
+ "Error loading messages for this channel...": "Ошибка загрузки сообщений для этого канала...",
25
+ "Error while loading, please reload/refresh": "Ошибка загрузки, пожалуйста перезагрузите или обновите",
26
+ "File type not supported": "Тип файла не поддерживается",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
- "How about sending your first message to a friend?": "",
30
+ "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
31
31
  "Instant Commands": "",
32
- "Let's start chatting!": "",
32
+ "Let's start chatting!": "Давайте начнем общаться!",
33
33
  "Links are disabled": "",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
34
+ "Loading channels...": "Загружаю каналы...",
35
+ "Loading messages...": "Загружаю сообщения...",
36
+ "Loading...": "Загружаю...",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
39
- "Message deleted": "",
38
+ "Message Reactions": "Сообщения Реакции",
39
+ "Message deleted": "Сообщение удалено",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "не поддерживается",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Пока ничего нет...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "Видно только вам",
46
- "Open Settings": "Открыть настройки",
47
- "Photo": "",
48
- "Photos and Videos": "Фото и видео",
46
+ "Open Settings": "",
47
+ "Photo": "Фото",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "Закреплено пользователем",
51
- "Please enable access to your photos and videos so you can share them.": "Разрешите доступ к своим фотографиям и видео, чтобы вы могли ими поделиться.",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
- "Reconnecting...": "",
53
+ "Reconnecting...": "Переподключение...",
54
54
  "Reply": "",
55
55
  "Reply to Message": "Ответить на сообщение",
56
56
  "Resend": "",
57
57
  "Search GIFs": "Поиск GIF",
58
- "Select More Photos": "Выбрать больше фотографий",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "Отправить сообщение",
61
61
  "Sending links is not allowed in this conversation": "",
@@ -63,17 +63,17 @@
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Неизвестный пользователь",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "Непрочитанные Сообщения",
70
- "Video": "",
71
- "You": "",
70
+ "Video": "видео",
71
+ "You": "Вы",
72
72
  "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} и еще {{ nonSelfUserLength }} пишут",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} из {{ photoLength }}",
74
+ "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} Ответов",
76
- "{{ replyCount }} Thread Replies": "{{replyCount}} Ответы в темах",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "{{ user }} пишет",
78
- "🏙 Attachment...": ""
78
+ "🏙 Attachment...": "🏙 Вложение..."
79
79
  }
package/src/i18n/tr.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "1 Reply": "1 Cevap",
3
- "1 Thread Reply": "1 Konu Yanıtı",
4
- "Allow access to your Gallery": "Galerinize erişime izin verin",
5
- "Allow camera access in device settings": "Cihaz ayarlarında kamera erişimine izin ver",
3
+ "1 Thread Reply": "",
4
+ "Allow access to your Gallery": "",
5
+ "Allow camera access in device settings": "",
6
6
  "Also send to channel": "",
7
7
  "Are you sure you want to permanently delete this message?": "",
8
8
  "Are you sure?": "",
@@ -13,49 +13,49 @@
13
13
  "Copy Message": "",
14
14
  "Delete": "",
15
15
  "Delete Message": "",
16
- "Device camera is used to take photos or videos.": "Cihaz kamerası fotoğraf veya video çekmek için kullanılır.",
16
+ "Device camera is used to take photos or videos.": "",
17
17
  "Do you want to send a copy of this message to a moderator for further investigation?": "",
18
18
  "Edit Message": "",
19
- "Editing Message": "Mesaj Düzenleniyor",
19
+ "Editing Message": "",
20
20
  "Emoji matching": "",
21
- "Empty message...": "",
21
+ "Empty message...": "Boş mesaj...",
22
22
  "Error loading": "Yükleme hatası",
23
- "Error loading channel list...": "",
24
- "Error loading messages for this channel...": "",
25
- "Error while loading, please reload/refresh": "",
26
- "File type not supported": "",
23
+ "Error loading channel list...": "Kanal listesi yüklenirken hata oluştu...",
24
+ "Error loading messages for this channel...": "Bu kanal için mesajlar yüklenirken hata oluştu...",
25
+ "Error while loading, please reload/refresh": "Yüklenirken hata oluştu, lütfen tekrar deneyiniz",
26
+ "File type not supported": "Dosya türü desteklenmiyor",
27
27
  "Flag": "",
28
28
  "Flag Message": "",
29
29
  "Flag action failed either due to a network issue or the message is already flagged": "",
30
- "How about sending your first message to a friend?": "",
30
+ "How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
31
31
  "Instant Commands": "",
32
- "Let's start chatting!": "",
32
+ "Let's start chatting!": "Haydi sohbete başlayalım!",
33
33
  "Links are disabled": "",
34
- "Loading channels...": "",
35
- "Loading messages...": "",
36
- "Loading...": "",
34
+ "Loading channels...": "Kanallar yükleniyor...",
35
+ "Loading messages...": "Mesajlar yükleniyor...",
36
+ "Loading...": "Yükleniyor...",
37
37
  "Maximum file size upload limit reached. Please upload a file below {{MAX_FILE_SIZE_TO_UPLOAD_IN_MB}} MB.": "",
38
- "Message Reactions": "",
39
- "Message deleted": "",
38
+ "Message Reactions": "Mesaj Tepkileri",
39
+ "Message deleted": "Mesaj silindi",
40
40
  "Message flagged": "",
41
41
  "Mute User": "",
42
- "Not supported": "Desteklenmiyor",
43
- "Nothing yet...": "",
42
+ "Not supported": "",
43
+ "Nothing yet...": "Henüz değil...",
44
44
  "Ok": "",
45
45
  "Only visible to you": "Sadece siz görebilirsiniz",
46
- "Open Settings": "Ayarları aç",
47
- "Photo": "",
48
- "Photos and Videos": "Fotoğraflar ve Videolar",
46
+ "Open Settings": "",
47
+ "Photo": "Fotoğraf",
48
+ "Photos and Videos": "",
49
49
  "Pin to Conversation": "",
50
50
  "Pinned by": "Tarafından sabitlendi",
51
- "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.",
51
+ "Please enable access to your photos and videos so you can share them.": "",
52
52
  "Please select a channel first": "",
53
- "Reconnecting...": "",
53
+ "Reconnecting...": "Yeniden Bağlanılıyor...",
54
54
  "Reply": "",
55
55
  "Reply to Message": "Mesajı Yanıtla",
56
56
  "Resend": "",
57
57
  "Search GIFs": "GIF Ara",
58
- "Select More Photos": "Daha Fazla Fotoğraf Seçin",
58
+ "Select More Photos": "",
59
59
  "Send Anyway": "",
60
60
  "Send a message": "Mesaj gönder",
61
61
  "Sending links is not allowed in this conversation": "",
@@ -63,17 +63,17 @@
63
63
  "The message has been reported to a moderator.": "",
64
64
  "Thread Reply": "",
65
65
  "Unblock User": "",
66
- "Unknown User": "Bilinmeyen kullanıcı",
66
+ "Unknown User": "",
67
67
  "Unmute User": "",
68
68
  "Unpin from Conversation": "",
69
69
  "Unread Messages": "Okunmamış Mesajlar",
70
- "Video": "",
71
- "You": "",
70
+ "Video": "Video",
71
+ "You": "Sen",
72
72
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
73
73
  "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} ve {{ nonSelfUserLength }} kişi daha yazıyor",
74
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
74
+ "{{ index }} of {{ photoLength }}": "",
75
75
  "{{ replyCount }} Replies": "{{ replyCount }} Cevap",
76
- "{{ replyCount }} Thread Replies": "{{responseCount}} Konu Cevapı",
76
+ "{{ replyCount }} Thread Replies": "",
77
77
  "{{ user }} is typing": "{{ user }} yazıyor",
78
- "🏙 Attachment...": ""
78
+ "🏙 Attachment...": "🏙 Ek..."
79
79
  }
package/src/index.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from './components';
2
2
  export * from './hooks';
3
- export { registerNativeHandlers, NetInfo } from './native';
3
+ export { registerNativeHandlers, NetInfo, iOS14RefreshGallerySelection } from './native';
4
4
  export * from './contexts';
5
5
  export * from './emoji-data';
6
6
 
@@ -8,6 +8,8 @@ const DEFAULT_GLOBAL_STREAM_CONFIG = {
8
8
  /**
9
9
  * StreamChatRN - Global config for the RN Chat SDK
10
10
  * This config is used to enable/disable features and options for the SDK.
11
+ *
12
+ * @deprecated Use the `resizableCDNHosts` prop in the `Chat` component, instead. StreamChatRN will not be exposed starting the next major release.
11
13
  */
12
14
  export class StreamChatRN {
13
15
  /**
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "5.26.1-beta.2"
2
+ "version": "5.27.0-beta.1"
3
3
  }