Skip to main content
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

Plan A Mobile Integration Safely

1

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.
2

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.
3

Use webhooks for call updates

Configure an external webhook when your backend needs call events and delivery retries.
4

Avoid unreleased client contracts

Do not build production code around assumed hooks, native modules, event names, or token formats.