Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Releases: GetStream/react-native-activity-feed

v1.1.0 - 2021-04-09

Choose a tag to compare

@vishalnarkhede vishalnarkhede released this 09 Apr 17:34
  • 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

Choose a tag to compare

@vishalnarkhede vishalnarkhede released this 05 Mar 16:26

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

Choose a tag to compare

@vishalnarkhede vishalnarkhede released this 29 Jan 10:26

Fixes image upload issue on android

v1.0.1 - 2021-01-11

Choose a tag to compare

@vishalnarkhede vishalnarkhede released this 13 Jan 15:59
  • 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.