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

# DialNexa React Native SDK Status

> Check the status of the planned DialNexa React Native SDK and learn which supported DialNexa integration paths are available today.

The DialNexa React Native SDK is planned but not released. There is no supported mobile package to install, and public requirements for React Native versions, native dependencies, authentication, and call events have not been finalized.

## Current DialNexa React Native SDK Status

| Question                                                       | Current answer                                                                   |
| -------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| Can I install a DialNexa React Native package?                 | No. No first-party React Native package is published.                            |
| Are iOS, Android, and React Native minimum versions confirmed? | No. Treat previous or proposed requirements as non-public planning details.      |
| Is an in-app calling interface documented?                     | No supported React Native interface is available today.                          |
| Can a mobile backend call the DialNexa REST API?               | Yes. Use a secure backend that keeps the API key outside the mobile application. |

## Plan A Mobile Integration Safely

<Steps>
  <Step title="Define the mobile use case">
    Decide whether the application needs to start calls, display call results, or receive events. This determines which current API or webhook surface may help.
  </Step>

  <Step title="Keep authenticated requests on a backend">
    Send DialNexa API requests from a server you control. Do not package secret API keys inside iOS or Android builds.
  </Step>

  <Step title="Use webhooks for call updates">
    Configure an external webhook when your backend needs call events and delivery retries.
  </Step>

  <Step title="Avoid unreleased client contracts">
    Do not build production code around assumed hooks, native modules, event names, or token formats.
  </Step>
</Steps>

## Related Pages

* [SDK And Code Example Status](/docs/sdks/overview) for currently supported development paths.
* [API Authentication](/docs/api-reference/authentication) for server-side API keys.
* [External Webhooks](/docs/api-access/external-webhooks) for call events.
* [Webhook Retries And Failures](/docs/api-access/webhook-retries-and-failures) for delivery troubleshooting.
