---
modificationDate: November 25, 2025
title: React Native analytics SDKs and libraries
description: An overview of analytics services available in the Expo and React Native ecosystem.
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/guides/using-analytics/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

# React Native analytics SDKs and libraries

An overview of analytics services available in the Expo and React Native ecosystem.

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

An analytics service allows you to track how users interact with your app. With this data, you can take a measured approach when improving your app.

The following list provides common analytics providers that are available in the Expo and React Native ecosystem.

> Most analytics SDK requires configuring custom native code. Native code is not configurable when using Expo Go. However, you can create a [development build](/develop/development-builds/introduction), which will allow you to use any of the services below.

[Google Firebase Analytics](https://rnfirebase.io/analytics/usage) — Learn how to integrate React Native Firebase Analytics in your project.

[Segment](https://segment.com/docs/connections/sources/catalog/libraries/mobile/react-native/) — Learn how to integrate Segment Analytics SDK in your project.

[Amplitude](https://www.docs.developers.amplitude.com/data/sdks/typescript-react-native/) — Learn how to integrate Amplitude Analytics SDK in your project.

[AWS Amplify](https://docs.amplify.aws/lib/analytics/getting-started/q/platform/react-native/) — Learn how to integrate AWS Amplify Analytics in your project.

[Vexo](https://docs.vexo.co/) — Learn how to integrate Vexo Analytics in your project.

[Aptabase](https://aptabase.com/for-react-native) — Learn how to integrate Aptabase Analytics in your project. Works with Expo Go.

[Astrolytics](https://www.astrolytics.io/react-native) — Learn how to integrate Astrolytics in your project. Works with Expo Go.

[PostHog](https://posthog.com/docs/libraries/react-native) — Learn how to integrate PostHog in your project. Works with Expo Go.

[Dreambase](https://dreambase.ai/docs) — Learn how to integrate Dreambase Analytics to track user behavior and app performance in your Expo and Supabase project.
