react-native v0.0.1-alpha.27
over 1 year ago by ReadMe API
What’s new:
- added a feature to enable users to view all previous chat messages by clicking the
Load Previous Messages
button inLLChat
component. (Requires RN version0.72.x
or higher to use this feature, since it usesmaintainVisibleContentPosition
property ofFlatlist
react-native component which is only available for all devices post0.72.x
release) - added a feature to unblock a mistakenly blocked chat message user in
LLChat
component. - added a feature to display error banner if a user reports a reported chat message in
LLChat
component.