betaacid / expo-analytics

Google Analytics integration for use with React Native apps built on Expo
MIT License
288 stars 63 forks source link

Unable to resolve "@unimodules/core" from "node_modules/expo-analytics/node_modules/expo-constants/build/ExponentConstants.js" #41

Closed pckz closed 5 years ago

pckz commented 5 years ago

I have an App detached and I can't do expo start -c because I get the following error:

Unable to resolve "@unimodules/core" from "node_modules/expo-analytics/node_modules/expo-constants/build/ExponentConstants.js"

Thanks

ryanvanderpol commented 5 years ago

@pckz what version of the Expo SDK are you using? If you're using < 33 then you should use v1.0.8 of this package. I believe the changes made in #35 are not backwards compatible with previous SDK versions.

If you're using SDK 33+ then this might be a different problem.

pckz commented 5 years ago

I solved that doing yarn add @unimodules/core and yarn add @unimodules/react-native-adapter

thanks!

pioner92 commented 3 years ago

@unimodules/react-native-adapter

Thank you !!!!!!!!!! 👍🙏