Releases: sendbird/sendbird-uikit-react-native
Releases · sendbird/sendbird-uikit-react-native
v3.10.2
3.10.2 (2025-09-01)
Features
- add textInputProps to support custom TextInput behavior in GroupChannel (e.g. autoCorrect) (68d5be2)
Bug Fixes
- improve handling of autocorrect when sending input on iOS (6e659ef)
- improve keyboard handling when using button navigation on API 35 (837606c)
- resolve search item scroll issue (8ea23d0)
v3.10.1
3.10.1 (2025-08-26)
Features
- update @sendbird/uikit-tools to version 0.0.15(add react-native entry to package exports)
Bug Fixes
- improve keyboard avoidance behavior for Android API 35+ (6ed9bab)
v3.10.0
3.10.0 (2025-07-30)
Features
- add MarkAsUnread feature to GroupChannel (2df8c20)
v3.9.6
3.9.6 (2025-07-07)
Bug Fixes
- fix BottomSheet not appearing when using DrawerNavigator (c92a0c2)
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)