betaacid / expo-analytics

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

Types missing when installing with yarn #32

Closed SantiMA10 closed 5 years ago

SantiMA10 commented 5 years ago

Maybe I'm doing something wrong but if I install the package with yarn add expo-analytics I don't get the TypeScript types, but if I installed it from the GitHub repo, yarn add ryanvanderpol/expo-analytics, everything works great.

Any idea why this is happening?

P.S. Awesome work with the package!

romain-faust commented 5 years ago

This is due to the fact that the NPM version has not been updated for 1 year. @ryanvanderpol can you publish the latest changes to NPM please ?

Thank you by advance

SantiMA10 commented 5 years ago

Let me know when this new release happed to update our dependency 😊

ryanvanderpol commented 5 years ago

@SantiMA10 @romain-faust latest NPM version (1.0.8) is now published. Thanks for your patience!