How chosey handles in-app announcements with React Native
In the chosey app, we have sometimes the need to send some information, warnings or guidance to the users in the app. One way we do this is sending in-app announcements to the users.
We use it for example to
Announce a downtime
Announce a new featur...