Skip to content

[1.0.0] 2020-07-29

Choose a tag to compare

@vishalnarkhede vishalnarkhede released this 29 Jul 16:05
· 3540 commits to master since this release

We've already been on a v1 release for a while but never updated our versioning. Right now we're in the process of rewriting our components to be more future proof and we started using hooks, hence the v1.0.0 today.

Breaking change: stream-chat-react-native now relies on hooks and will need react-native >= 0.59.0 to work

Rewrite will involve following changes:

  1. Functional components instead of class based components
  2. Static typing using typescript
  3. UI tests

We are going to increamentally implement these changes and will try to keep everything backwards compatible unless really necessary.