diff --git a/CLAUDE.md b/CLAUDE.md index eccd740a..6d28f927 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -38,7 +38,7 @@ sudo rm -rf ./audio_chunks/ ./mongo_data/ ./qdrant_data/ ### Mobile App Development ```bash -cd friend-lite +cd app # Start Expo development server npm start diff --git a/README.md b/README.md index 3e1ab1f0..60e50eba 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Its a little complicated to turn that into PCM, which most Apps use. ## Core Components -### 📱 Mobile App (`friend-lite/`) +### 📱 Mobile App (`app/`) - **React Native app** for connecting to OMI devices via Bluetooth - Streams audio in OPUS format to selected backend - Cross-platform (iOS/Android) support @@ -181,7 +181,7 @@ Both backends and ASR services use the **Wyoming protocol** for standardized com ## For Beginners 1. Start with **Simple Backend** to understand the basics -2. Use **friend-lite mobile app** to connect your OMI device +2. Use **mobile app** to connect your OMI device 3. Examine saved audio chunks in `./audio_chunks/` ## For Production Use diff --git a/app/README.md b/app/README.md index c4d9609d..bd629acc 100644 --- a/app/README.md +++ b/app/README.md @@ -1,7 +1,7 @@ ## iOS Installation ### Method 1: Using Xcode (Development) -1. Navigate to the `friend-lite` folder +1. Navigate to the `app` folder 2. Run prebuild command: ```bash npx expo prebuild --clean @@ -15,7 +15,7 @@ 6. Build and run the app from Xcode ### Method 2: Using Expo CLI (Recommended) -1. Navigate to the `friend-lite` folder +1. Navigate to the `app` folder 2. Clean and prebuild the project: ```bash npx expo prebuild --clean diff --git a/app/app.json b/app/app.json index 1ce96b8f..4e730734 100644 --- a/app/app.json +++ b/app/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "friend-lite", - "slug": "friend-lite", + "name": "friend-lite-app", + "slug": "friend-lite-app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", diff --git a/app/package.json b/app/package.json index 9eaad309..d361f83b 100644 --- a/app/package.json +++ b/app/package.json @@ -1,5 +1,5 @@ { - "name": "friend-lite", + "name": "friend-lite-app", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": {