How to add CrashAnalytic to the my expo project

Hi I have to use CrashAnalytic and Fabric with my project Is it possible to install those in expo project if yes is there any good tutorial or any resource Thank you.

  • Sorry my first post contained incorrect information

Hey @aliakbar, those platforms are only available on Standalone Android builds. You pass in your GD Fabric keys in app.json If you need to build for iOS as well, it requires you to make native code changes so in order to use Fabric and Crashlytics you would have to detach your Expo project and continue developing with ExpoKit. Detaching creates the ios and android directories you need to be able to configure your project’s native code. You do lose some of the benefits of a standard Expo project however. You can read more about the process here: https://docs.expo.io/versions/latest/guides/detach.html
https://docs.expo.io/versions/latest/guides/expokit.html
https://docs.expo.io/versions/latest/guides/advanced-expokit-topics.html

Cheers,

Adam

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