Releases: GetStream/stream-chat-react-native
Releases · GetStream/stream-chat-react-native
[v0.5.0] 2019-12-24
stream-chat-react-native (Native package)
Overall Changes
- Disabling the longpress on image viewer (in Attachment) - #100 to avoid freezing of UI.
- Fixing broken threads issue
- Support for
additionalFlatListPropsprop inMessageListandChannelListcomponent - Changing proptype for component type props to
elementTypeinstead offunc
Breaking Change
None
stream-chat-expo (Expo package)
Overall Changes
- Changes to add compatibility for Expo 36. Adding netinfo as peer dependency - #97
- Disabling the longpress on image viewer (in Attachment) - #100 to avoid freezing of UI.
- Fixing broken threads issue
- Support for
additionalFlatListPropsprop inMessageListandChannelListcomponent - Changing proptype for component type props to
elementTypeinstead offunc
Breaking Change
- NetInfo dependency from
react-nativehas been replaced with@react-native-community/netinfoas peerDependency (commit). Which means, you will have to install this as dependency on your project. Please check setup guide for expo-package - https://github.com/GetStream/stream-chat-react-native#expo-package
[v0.4.0] 2019-12-16
Enhancements:
- Adding support for customizing markdown styles - https://github.com/GetStream/stream-chat-react-native/pull/99/files#diff-ede54911d9164ea37e65e92f2e18cb91R56
- Replacing
textproperty theme withtextContainer.
Breaking change:
text property has been removed from theme message.content, so it won't work anymore. It has been replaced with textContainer to make it explicit that you are styling a View and not a Text component.