Skip to content

Releases: GetStream/react-native-activity-feed

v1.1.0 - 2021-04-09

09 Apr 17:34
Compare
Choose a tag to compare
  • Close faye connection, when StreamApp component is unmounted b0c480a
  • Fixed prop types for deletes prop on NewActivitiesNotification 7060571
  • Fixed theming logic for nested styles b5e5080

🛑 BREAKING

BackButton component - changed styling theme key backButton.backButton to backButton.container

v1.0.3 - 2021-03-05

05 Mar 16:26
Compare
Choose a tag to compare

Fixes

  • Ignore email address from generating og preview
  • sanitize the urls before using Linking module from react-native

#172

v1.0.2 - 2021-01-29

29 Jan 10:26
Compare
Choose a tag to compare

Fixes image upload issue on android

v1.0.1 - 2021-01-11

13 Jan 15:59
Compare
Choose a tag to compare
  • Added support for Expo 40 and react-native 0.63

  • Removed flow types and added traditional PropTypes

  • Upgrade to getstream@7.1.0

  • Cleanup around examples

    Removed following existing examples:

    • example
    • examples/one
    • native-example

    Added new examples:

    • examples/expo (Expo 40)
    • examples/native (RN 0.63.x)
  • Replace react-native-image-picker with react-native-image-crop-picker to allow compression.

  • Fixed pending issues:

  • Added compressImageQuality prop on StatusUpdateForm component, which can be used to compress the images before uploading to CDN.