# Mobile (/en/sdk/mobile)

Native iOS, Android, and React Native SDKs are not yet shipped.

Native mobile SDKs are not part of the current XPay release. This placeholder page reserves the slot in the navigation for when they ship.

## What works on mobile today [#what-works-on-mobile-today]

* **Hosted Checkout** works in any in-app browser or WebView. Create a Checkout Session server-side and redirect to `session.url` from your mobile client. See [Hosted Checkout](/integrate/integration-patterns/hosted-checkout).
* **Payment Links** are URLs and work anywhere, including QR codes scanned from a poster. See [Payment Links](/integrate/integration-patterns/payment-links).
* The **JavaScript SDK** runs in WebViews, so React Native apps can embed Drop-in or Elements through a `<WebView>` until a native React Native package ships.

## When native mobile is needed [#when-native-mobile-is-needed]

If your product needs a native checkout UI on iOS or Android (no WebView), contact support. Native SDKs are on the roadmap but no public release date today.

## Where to next [#where-to-next]

<Cards>
  <Card icon="<Code />" title="JavaScript SDK" href="/sdk/sdk-js">
    The browser SDK works in WebViews. Reference for every export.
  </Card>

  <Card icon="<FileCode />" title="React SDK" href="/sdk/sdk-react">
    The React wrapper. Works in React Native through a WebView until a native package lands.
  </Card>
</Cards>