Releases: sendbird/sendbird-uikit-react-native
Releases · sendbird/sendbird-uikit-react-native
v3.9.5
3.9.5 (2025-05-22)
Features
- add
flatListComponent
to GroupChannelFragment to support custom FlatList in message list (c87edb2)
v3.9.4
3.9.4 (2025-05-07)
Bug Fixes
- allow string values for borderRadius in StyleSheet (8415fae)
v3.9.3
3.9.3 (2025-04-28)
Features
- update uikit-tools to 0.0.7 to support React Native 0.79 (ba14d82)
v3.9.2
3.9.2 (2025-04-21)
Bug Fixes
- improve message validation related to mentionedMessageTemplate (4ed0b24)
v3.9.1
3.9.1 (2025-04-15)
Release notes
- Support for Android policy compliance
-
In Android + Expo environments, if your app does not use the READ_MEDIA_IMAGES, READ_MEDIA_AUDIO and READ_MEDIA_VIDEO permissions, you must explicitly exclude them using android.blockedPermissions in your Expo configuration (app.json).
"android": {
"blockedPermissions": [
"android.permission.READ_MEDIA_IMAGES",
"android.permission.READ_MEDIA_VIDEO",
"android.permission.READ_MEDIA_AUDIO",
]
}
Improvements
- bump minimum expo-media-library version for android policy compliance (71fedf0)
v3.9.0
3.9.0 (2025-04-11)
Release notes
- Support for React Native 0.77
Features
- add optional support for @react-native-documents/picker (2fd794e)
Bug Fixes
- resolve FlatList-related error on Metro 0.81.3 (beaaefb)
v3.8.6
3.8.6 (2025-02-12)
Release notes
- Changed required permissions on iOS camera features from both
camera
and microphone
to camera
only.
Changelogs
Improvements
- require only camera permission when using camera feature (2a10efb)
v3.8.4
3.8.4 (2025-02-05)
Changelogs
Bug Fixes
- remove duplicate MB text when uploading files over 25MB (042babb)
v3.8.3
3.8.3 (2025-01-07)
Release notes
- Update the MMKV version range from
^2.0.0
to >=2.0.0
v3.8.2
3.8.2 (2024-12-11)
Release notes
- Enabled overriding all chat options
Changelogs
Note: Version bump only for package sendbird-uikit-react-native