Replies: 1 comment 2 replies
-
Hey @dentep , I don't have a solution for you right now, but an error like this sounds like a change in your (probably expo's) build setup, which now triggers an cjs/esm issue when importing from It might be that they already have a solution for compatibility issues like these. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just updated expo SDK from 47 to 51 and also updated MagicBell package. The notifications hook does work anymore in the new versions and produces warnings...
package.json:
provider:
using the hook
useNotifications
does not return any notifications anymore :const { isEmpty, notifications } = useNotifications(currentFilter)
trying to run
useNotifications
produces following error:Beta Was this translation helpful? Give feedback.
All reactions