1--- 2title: Use Analytics 3hideTOC: true 4description: An overview of analytics services available in the Expo and React Native ecosystem. 5--- 6 7import { BoxLink } from '~/ui/components/BoxLink'; 8 9An 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. 10 11The following list provides common analytics providers that are available in the Expo and React Native ecosystem. 12 13> 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. 14 15<BoxLink 16 title="Google Firebase Analytics" 17 description="Learn how to integrate React Native Firebase Analytics in your project." 18 href="https://rnfirebase.io/analytics/usage" 19/> 20 21<BoxLink 22 title="Segment" 23 description="Learn how to integrate Segment Analytics SDK in your project." 24 href="https://segment.com/docs/connections/sources/catalog/libraries/mobile/react-native/" 25/> 26 27<BoxLink 28 title="Amplitude" 29 description="Learn how to integrate Amplitude Analytics SDK in your project." 30 href="https://www.docs.developers.amplitude.com/data/sdks/typescript-react-native/" 31/> 32 33<BoxLink 34 title="AWS Amplify" 35 description="Learn how to integrate AWS Amplify Analytics in your project." 36 href="https://docs.amplify.aws/lib/analytics/getting-started/q/platform/react-native/" 37/> 38 39<BoxLink 40 title="Vexo" 41 description="Learn how to integrate Vexo Analytics in your project." 42 href="https://docs.vexo.co/" 43/> 44 45<BoxLink 46 title="Aptabase" 47 description="Learn how to integrate Aptabase Analytics in your project. Works with Expo Go." 48 href="https://aptabase.com/for-react-native" 49/> 50