1--- 2title: Using Analytics 3--- 4 5import { BoxLink } from '~/ui/components/BoxLink'; 6 7An 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. 8 9The following list provides common analytics providers that are available in the Expo and React Native ecosystem. 10 11> Each analytics SDK requires configuring custom native code. Native code is not configurable when using Expo Go for development. However, you can create a [development build](/development/introduction/), which will allow you to use any of the services below. 12 13<BoxLink 14 title="Google Firebase Analytics" 15 description="Learn how to integrate React Native Firebase Analytics in your project." 16 href="https://rnfirebase.io/analytics/usage" 17/> 18 19<BoxLink 20 title="Segment" 21 description="Learn how to integrate Segment Analytics SDK in your project." 22 href="https://segment.com/docs/connections/sources/catalog/libraries/mobile/react-native/" 23/> 24 25<BoxLink 26 title="Amplitude" 27 description="Learn how to integrate Amplitude Analytics SDK in your project." 28 href="https://www.docs.developers.amplitude.com/data/sdks/typescript-react-native/" 29/> 30 31<BoxLink 32 title="AWS Amplify" 33 description="Learn how to integrate AWS Amplify Analytics in your project." 34 href="https://docs.amplify.aws/lib/analytics/getting-started/q/platform/react-native/" 35/> 36