React Native

React Native SDK

JavaScript/TypeScript SDK with native bridge for iOS and Android React Native apps. Crystal-clear voice with ultra-low latency.

Installation

npm / yarn
# npm
npm install @cloudfort/react-native
# yarn
yarn add @cloudfort/react-native
# iOS only — install pods
cd ios && pod install

Quick Start

VoiceChat.tsx
import { CallumClient } from '@cloudfort/react-native';
// Initialize the voice client
const client = new CallumClient('your-api-key');
// Join a voice room
await client.joinRoom('game-lobby');
// TypeScript types included
✓ Latency: 5ms | Codec: Opus HD

Features

TypeScript Ready

Full TypeScript definitions with strict types.

Native Bridge

Native modules for iOS and Android performance.

Hooks API

React hooks for easy integration with your components.

New Architecture

Compatible with React Native new architecture (TurboModules).

Ready to get started?

Get your free API key and start building with the React Native SDK today.