betaacid / expo-analytics

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

Add support for Expo projects using the bare workflow #72

Open spaksa opened 4 years ago

spaksa commented 4 years ago

Constants.manifest is not available in bare workflow Expo apps, this PR fixes that and shows a warning if any of the variables an, aid and av is not supplied through the additionalParameters argument.

mariomurrent-softwaresolutions commented 2 years ago

Is this still needed?

Brune04 commented 1 year ago

@mariomurrent-softwaresolutions Yes this is still needed. I'm currently running a bare workflow and it breaks my app when trying to pull it up on my phone. I can run it in a simulator, but needing to test out react native purchases on a physical device is not possible due to this error