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

16 lines (12 loc) 353 B
cmake_minimum_required(VERSION 3.4.1) project(EmbedReactNative) set (CMAKE_VERBOSE_MAKEFILE ON) set (CMAKE_CXX_STANDARD 14) add_library(revrag-ai-embed-react-native SHARED ../cpp/revrag-ai-embed-react-native.cpp cpp-adapter.cpp ) # Specifies a path to native header files. include_directories( ../cpp )