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
Describe the issue
When updating the expo sdk to the latest version, as well as updating expo-notification, the expo-notification functions Notifications.addNotificationResponseReceived or addNotificationReceivedListener do not work because there is a conflict or something with the customerio-expo-plugin and customerio - reactnative, I had to remove customerio-expo-plugin and customerio-reactnative from my project for them to work normally again, I'm waiting for a solution so I can add them back to my project.
Thank you for reaching out and sharing your experience. The behavior you're encountering is known and expected starting with version 3.4.0. Can you please confirm the exact version you are using by checking your lock file?
From 3.4.0 onwards, callbacks for notifications sent from Customer.io are currently not supported, and the only available workaround involves using deep links. Callbacks from other SDKs should continue to function normally. For more detailed information, please refer to this comment.
I've internally added a +1 for the implementation of callbacks feature on your behalf. We will keep you updated with any future developments. Since this is duplicate of the linked issue, I'll close it for now. Please feel free to continue asking questions or share any further feedback you might have.
SDK version:
"customerio-expo-plugin": "^1.0.0-beta.10"
"customerio-reactnative": "^3.3.0"
Describe the issue
When updating the expo sdk to the latest version, as well as updating expo-notification, the expo-notification functions Notifications.addNotificationResponseReceived or addNotificationReceivedListener do not work because there is a conflict or something with the customerio-expo-plugin and customerio - reactnative, I had to remove customerio-expo-plugin and customerio-reactnative from my project for them to work normally again, I'm waiting for a solution so I can add them back to my project.
Additional context
"expo-notifications": "^0.27.6",
"expo": "~50.0.6",
The text was updated successfully, but these errors were encountered: