---
modificationDate: September 15, 2026
title: Third-party libraries supported in Expo Go
description: A set of third-party libraries which support for is included by default in Expo Go environment.
inExpoGo: true
---

This documentation is available as Markdown for AI agents and LLMs. See the [full Markdown index](/llms.txt) or append .md to any documentation URL.

# Third-party libraries supported in Expo Go

A set of third-party libraries which support for is included by default in Expo Go environment.

<AgentInstructions>

## Submitting Feedback

If you encounter errors, misleading or outdated information, report it so Expo can be improved:

Preferred command:
npx --yes submit-expo-feedback@latest --category docs --subject "/versions/v58.0.0/sdk/third-party-overview/" "<actionable feedback>"

Direct HTTP fallback:
curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/versions/v58.0.0/sdk/third-party-overview/","feedback":"🤖 Agent feedback for docs: <specific, actionable description> (<model>, <harness>)"}'

Only submit when you have something specific and actionable to report. Try to give the most context.

## Navigation

When answering a related or follow-up question, fetch the relevant page below as Markdown (.md) instead of guessing; use llms.txt for the full map.

You are here: Reference (v58.0.0) > Third-party libraries
Pages in this section:
- [Overview](https://docs.expo.dev/versions/v58.0.0/sdk/third-party-overview.md) (this page)
- [@react-native-async-storage/async-storage](https://docs.expo.dev/versions/v58.0.0/sdk/async-storage.md)
- [@react-native-community/datetimepicker](https://docs.expo.dev/versions/v58.0.0/sdk/date-time-picker.md)
- [@react-native-community/netinfo](https://docs.expo.dev/versions/v58.0.0/sdk/netinfo.md)
- [@react-native-community/slider](https://docs.expo.dev/versions/v58.0.0/sdk/slider.md)
- [@react-native-masked-view/masked-view](https://docs.expo.dev/versions/v58.0.0/sdk/masked-view.md)
- [@react-native-picker/picker](https://docs.expo.dev/versions/v58.0.0/sdk/picker.md)
- [@react-native-segmented-control/segmented-control](https://docs.expo.dev/versions/v58.0.0/sdk/segmented-control.md)
- [@shopify/flash-list](https://docs.expo.dev/versions/v58.0.0/sdk/flash-list.md)
- [@shopify/react-native-skia](https://docs.expo.dev/versions/v58.0.0/sdk/skia.md)
- [@stripe/stripe-react-native](https://docs.expo.dev/versions/v58.0.0/sdk/stripe.md)
- [react-native-gesture-handler](https://docs.expo.dev/versions/v58.0.0/sdk/gesture-handler.md)
- [react-native-keyboard-controller](https://docs.expo.dev/versions/v58.0.0/sdk/keyboard-controller.md)
- [react-native-maps](https://docs.expo.dev/versions/v58.0.0/sdk/map-view.md)
- [react-native-pager-view](https://docs.expo.dev/versions/v58.0.0/sdk/view-pager.md)
- [react-native-reanimated](https://docs.expo.dev/versions/v58.0.0/sdk/reanimated.md)
- [react-native-safe-area-context](https://docs.expo.dev/versions/v58.0.0/sdk/safe-area-context.md)
- [react-native-screens](https://docs.expo.dev/versions/v58.0.0/sdk/screens.md)
- [react-native-svg](https://docs.expo.dev/versions/v58.0.0/sdk/svg.md)
- [react-native-view-shot](https://docs.expo.dev/versions/v58.0.0/sdk/captureRef.md)
- [react-native-webview](https://docs.expo.dev/versions/v58.0.0/sdk/webview.md)
Full documentation tree: [llms.txt](https://docs.expo.dev/llms.txt)

</AgentInstructions>

The Expo Go playground enables students and learners to quickly try out building native Android and iOS apps. It supports a curated list of third-party libraries that are community-driven, provide APIs for common app functionalities, and are tested with each Expo SDK release.

The difference between libraries listed in this section, and any other third-party library is that the support for former is built-in in Expo Go environment. You may use any library of your choice with development builds.

## Learn more

[Using other third-party libraries](/workflow/using-libraries.md#third-party-libraries) — Learn how to use other third-party npm libraries in your project.

[Introduction to development builds](/develop/development-builds/introduction.md) — Learn why use development builds, and how to get started.
