Using analytics...

This page menions that all analytics solutions require custom native code. But since I have a managed Expo project I get

✗  npx pod-install

Scanning for pods...
CocoaPods is not supported in this project

What’s the general solution for analytics then?

Hi @guillaumeguillaume, for any external library that has custom native code, you can create a development build which is like a custom Expo Go client that is customized with the libraries for your project.You can find more info here: Introduction - Expo Documentation and here is the getting started page: Create development builds - Expo Documentation.

In addition to what Aman said above, you don’t need to run pod install when you’re using the Expo managed workflow. It will be run for you automatically during the build process.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.