Skip to content

greendesertsnow/fishjam-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fishjam-react-native

A React Native application integrated with Fishjam for video calls and Gemini Live for AI interactions.

Audio Quality Note

Important

Audio may appear choppy when running in an iOS or Android simulator due to virtualized audio driver limitations and lack of hardware Acoustic Echo Cancellation (AEC). This has been tested on a real Android device, where the audio is flowing smoothly and echo cancellation is functional.

Project Structure

  • expo/: The React Native Expo application.
  • backend/: Node.js Express server handling Fishjam room orchestration and Gemini Live integration.

Getting Started

Backend

  1. cd backend
  2. npm install
  3. Create .env from .env.example
  4. npm run dev

Mobile App

  1. cd expo
  2. npm install
  3. Create .env from .env.example
  4. npx expo run:ios or npx expo run:android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors