๐ฌ React-Native Chat SDK โ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
This PR should actually fix what I thought this one would.
Considering that most of the changes around the library happen in the Firebase native libraries, it's a bit difficult to say (for sure) what the offending code was since the failure in the native layer happened during some remote settings registration, but it's very likely that it's these two:
Aside from the version upgrade, I also added a release only profile to our iOS ones. It might come in handy for someone else too, since this issue only happened in Release builds and Debug ones were unaffected.
๐ฏ Goal
This PR should actually fix what I thought this one would.
Considering that most of the changes around the library happen in the Firebase native libraries, it's a bit difficult to say (for sure) what the offending code was since the failure in the native layer happened during some remote settings registration, but it's very likely that it's these two:
๐ Implementation details
Aside from the version upgrade, I also added a release only profile to our iOS ones. It might come in handy for someone else too, since this issue only happened in
Release
builds andDebug
ones were unaffected.๐จ UI Changes
iOS
Android
๐งช Testing
โ๏ธ Checklist
develop
branch