UNPKG

@revrag-ai/embed-react-native

Version:

A powerful React Native library for integrating AI-powered voice agents into mobile applications. Features real-time voice communication, intelligent speech processing, customizable UI components, and comprehensive event handling for building conversation

7 lines (6 loc) 303 B
"use strict"; import { EmbedButton } from "./components/Embed/EmbedButton.js"; import { useInitialize } from "./hooks/initialize.js"; import Embed, { EventKeys } from "./events/embed.event.js"; export { EmbedButton, useInitialize, Embed, EventKeys as EmbedEventKeys }; //# sourceMappingURL=index.js.map