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
We are trying to update React Native from 0.75.* to 0.77.1. When we open the app in the simulator we receive an error message from the OneSignal SDK.
Current react native: 0.77.1
Current One Signal SDK: 4.5.4
Steps to reproduce?
It happend when we update to the latest react native version. When we disable `setExternalUserId`, the app works fine. Possible it's a problem with the OneSignal SDK.
We know that are a new version of OneSignal SDK is available, but we are not ready to update to the latest version.
What did you expect to happen?
I expected that the app would run correctly after implementing setExternalUserId from OneSignal.
React Native OneSignal SDK version
4.5.4
Which platform(s) are affected?
iOS
Android
Relevant log output
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Hi @jeroenburgers thanks for reporting. Unfortunately Exception in Hostfunction: <unknown> is not a lot of information for us to go on.
Can you share an example of how you use setExternalUserId()? What arguments are you passing, since it has optional parameters?
Do you run into errors calling other OneSignal methods? What other OneSignal methods work for you? This could help us narrow down how the setExternalUserId() method is differs.
Have you tested on Android? Does any errors appear?
What happened?
We are trying to update React Native from 0.75.* to 0.77.1. When we open the app in the simulator we receive an error message from the OneSignal SDK.
Current react native: 0.77.1
Current One Signal SDK: 4.5.4
Steps to reproduce?
What did you expect to happen?
I expected that the app would run correctly after implementing
setExternalUserId
from OneSignal.React Native OneSignal SDK version
4.5.4
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: