You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
at these 2 lines there is sample data hard coded into the message handlers:
https://github.com/Countly/countly-sdk-react-native/blob/master/Countly.js#L965
https://github.com/Countly/countly-sdk-react-native/blob/master/Countly.js#L722
The data should be passed through with exactly what was sent in from the sender, such as:
.setData(message.data);
The text was updated successfully, but these errors were encountered: