React Native — react-native-newinstance-chat
TurboModule bridge over the same native SDKs (RN 0.74+, iOS 15.1+, new architecture).
Install: npm install react-native-newinstance-chat (Android resolves the Maven Central AAR; iOS pod resolves LiveAndAiChat).
import { NewinstanceChat } from 'react-native-newinstance-chat';
const chat = new NewinstanceChat({ apiKey: 'sk_live_abc123' });
await chat.setUser({ name: 'Ada', email: 'ada@example.com' });
await chat.initialize();
await chat.openChat();Same auth rule as every chat client: widget key ID only — never the keyId:secret form.