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