> ## Documentation Index
> Fetch the complete documentation index at: https://help.airbridge.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Fetching Guide for Expo

<Danger>
  This webpage is exclusively for selected customers and should not be shared with others.
</Danger>

<h2 id="overview">
  Overview
</h2>

There is no Javascript API for Expo that allows you to directly fetch iOS and Android data for constructing Airbridge Events.

Therefore, you have to follow the steps outlined in the `iOS Guide` and `Android Guide`. Collect data in each platform, and then use Expo’s iOS and Android Fetch API to get the data. Read on and learn how it is done.

<h2 id="collect-data-on-ios-and-android">
  Collect Data on iOS and Android
</h2>

Follow the below guidelines to collect data.

* [iOS Guide](/en/developers/fetching-guide-for-ios-sdk)
* [Android Guide](/en/developers/fetching-guide-for-android-sdk)

<h2 id="send-data-to-expo">
  Send Data to Expo
</h2>

Send iOS and Android data to Expo. Then, use the data sent to Expo.

<link rel="alternate" hrefLang="en" href="https://help.airbridge.io/en/developers/fetching-guide-for-expo-sdk" />

<link rel="alternate" hrefLang="ko" href="https://help.airbridge.io/ko/developers/fetching-guide-for-expo-sdk" />
