v2.5.0
2.5.0 (2023-05-04)
Release notes
-
[BETA] Added message search feature
- Added createMessageSearchFragment and createMessageSearchModule.
Added searchItem prop to GroupChannelFragment.
- Added createMessageSearchFragment and createMessageSearchModule.
-
@sendbird/react-native-scrollview-enhancer module as peer dependency.
- Added @sendbird/react-native-scrollview-enhancer module as a peer dependency to support bidirectional scrolling and maintainVisibleContentPosition on Android with versions lower than 0.72.
- If your React-Native version is 0.63.x, please use v0.1.2. If it is 0.64.x or higher, please use v0.2.0.
- Note that this module includes an Android native module.
-
Changes to the behavior of useGroupChannelMessagesWithCollection.
- Due to the support of the maintainVisibleContentPosition prop, nextMessages and newMessagesFromMembers have been deprecated and replaced with newMessages.
Changelogs
Features
- added message search fragment (a6342c0)
- implement focus animation on search item (7fe38e8)
- implemented scroll-view enhancer (1dca4a0)