Closed danny88dam closed 4 months ago
This cannot work in Expo Go since you have to use custom native libraries. Look into build a custom client.
Ok, thank you.
Maybe can be usefull to know building app via eas build
with developmentClient: true
can help to avoid the problem
\D
Hi, I'm try to integrate this package in my project.
I follow the instruction in README file, but I'm getting this error message Error: Cannot find native module 'ExpoMarketingCloudSdk', js engine: hermes
Here the installed packages
Here a piece of code that throws the error, specifically at MarketingCloud.setSystemToken (the very first call to MarketingCloud utilities) `; (async () => {
` The error is thrown only on Expo Go, when I build the app (via eas) for internal distribution all seems to work well.
Thank you