[v0.5.0] 2019-12-24
vishalnarkhede
released this
24 Dec 13:17
·
3961 commits
to master
since this release
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
additionalFlatListProps
prop inMessageList
andChannelList
component - Changing proptype for component type props to
elementType
instead 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
additionalFlatListProps
prop inMessageList
andChannelList
component - Changing proptype for component type props to
elementType
instead offunc
Breaking Change
- NetInfo dependency from
react-native
has been replaced with@react-native-community/netinfo
as 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