π¬ React-Native Chat SDK β Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
Scrolling to first unread message was not working at all
There was a race condition where reloadChannel could be invoked before the offline channels were fetched (in offline mode) thus putting the entire app in a broken state that was unresolvable on its own (and probably corrupting the DB as well)
π― Goal
Brief rundown:
read
was not working properlyreloadChannel
could be invoked before the offline channels were fetched (in offline mode) thus putting the entire app in a broken state that was unresolvable on its own (and probably corrupting the DB as well)π Implementation details
π¨ UI Changes
iOS
Android
π§ͺ Testing
βοΈ Checklist
develop
branch