From 05fddc29d9129b5c4dfc5b8b67761a6efe09e9f7 Mon Sep 17 00:00:00 2001 From: Ty Fiero Date: Thu, 2 May 2024 17:45:12 -0700 Subject: [PATCH] Rename directory --- software/source/clients/{ios => mobile}/README.md | 0 .../clients/{ios => mobile}/react-native/App.tsx | 0 .../clients/{ios => mobile}/react-native/app.json | 0 .../react-native/assets/adaptive-icon.png | Bin .../{ios => mobile}/react-native/assets/favicon.png | Bin .../{ios => mobile}/react-native/assets/icon.png | Bin .../{ios => mobile}/react-native/assets/pip.mp3 | Bin .../{ios => mobile}/react-native/assets/pop.mp3 | Bin .../{ios => mobile}/react-native/assets/splash.png | Bin .../{ios => mobile}/react-native/assets/yay.wav | Bin .../{ios => mobile}/react-native/babel.config.js | 0 .../{ios => mobile}/react-native/package-lock.json | 0 .../{ios => mobile}/react-native/package.json | 0 .../react-native/src/screens/Camera.tsx | 0 .../react-native/src/screens/HomeScreen.tsx | 0 .../react-native/src/screens/Main.tsx | 0 .../react-native/src/utils/RecordButton.tsx | 0 .../{ios => mobile}/react-native/src/utils/state.ts | 0 .../react-native/src/utils/useSoundEffect.ts | 0 .../{ios => mobile}/react-native/tsconfig.json | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename software/source/clients/{ios => mobile}/README.md (100%) rename software/source/clients/{ios => mobile}/react-native/App.tsx (100%) rename software/source/clients/{ios => mobile}/react-native/app.json (100%) rename software/source/clients/{ios => mobile}/react-native/assets/adaptive-icon.png (100%) rename software/source/clients/{ios => mobile}/react-native/assets/favicon.png (100%) rename software/source/clients/{ios => mobile}/react-native/assets/icon.png (100%) rename software/source/clients/{ios => mobile}/react-native/assets/pip.mp3 (100%) rename software/source/clients/{ios => mobile}/react-native/assets/pop.mp3 (100%) rename software/source/clients/{ios => mobile}/react-native/assets/splash.png (100%) rename software/source/clients/{ios => mobile}/react-native/assets/yay.wav (100%) rename software/source/clients/{ios => mobile}/react-native/babel.config.js (100%) rename software/source/clients/{ios => mobile}/react-native/package-lock.json (100%) rename software/source/clients/{ios => mobile}/react-native/package.json (100%) rename software/source/clients/{ios => mobile}/react-native/src/screens/Camera.tsx (100%) rename software/source/clients/{ios => mobile}/react-native/src/screens/HomeScreen.tsx (100%) rename software/source/clients/{ios => mobile}/react-native/src/screens/Main.tsx (100%) rename software/source/clients/{ios => mobile}/react-native/src/utils/RecordButton.tsx (100%) rename software/source/clients/{ios => mobile}/react-native/src/utils/state.ts (100%) rename software/source/clients/{ios => mobile}/react-native/src/utils/useSoundEffect.ts (100%) rename software/source/clients/{ios => mobile}/react-native/tsconfig.json (100%) diff --git a/software/source/clients/ios/README.md b/software/source/clients/mobile/README.md similarity index 100% rename from software/source/clients/ios/README.md rename to software/source/clients/mobile/README.md diff --git a/software/source/clients/ios/react-native/App.tsx b/software/source/clients/mobile/react-native/App.tsx similarity index 100% rename from software/source/clients/ios/react-native/App.tsx rename to software/source/clients/mobile/react-native/App.tsx diff --git a/software/source/clients/ios/react-native/app.json b/software/source/clients/mobile/react-native/app.json similarity index 100% rename from software/source/clients/ios/react-native/app.json rename to software/source/clients/mobile/react-native/app.json diff --git a/software/source/clients/ios/react-native/assets/adaptive-icon.png b/software/source/clients/mobile/react-native/assets/adaptive-icon.png similarity index 100% rename from software/source/clients/ios/react-native/assets/adaptive-icon.png rename to software/source/clients/mobile/react-native/assets/adaptive-icon.png diff --git a/software/source/clients/ios/react-native/assets/favicon.png b/software/source/clients/mobile/react-native/assets/favicon.png similarity index 100% rename from software/source/clients/ios/react-native/assets/favicon.png rename to software/source/clients/mobile/react-native/assets/favicon.png diff --git a/software/source/clients/ios/react-native/assets/icon.png b/software/source/clients/mobile/react-native/assets/icon.png similarity index 100% rename from software/source/clients/ios/react-native/assets/icon.png rename to software/source/clients/mobile/react-native/assets/icon.png diff --git a/software/source/clients/ios/react-native/assets/pip.mp3 b/software/source/clients/mobile/react-native/assets/pip.mp3 similarity index 100% rename from software/source/clients/ios/react-native/assets/pip.mp3 rename to software/source/clients/mobile/react-native/assets/pip.mp3 diff --git a/software/source/clients/ios/react-native/assets/pop.mp3 b/software/source/clients/mobile/react-native/assets/pop.mp3 similarity index 100% rename from software/source/clients/ios/react-native/assets/pop.mp3 rename to software/source/clients/mobile/react-native/assets/pop.mp3 diff --git a/software/source/clients/ios/react-native/assets/splash.png b/software/source/clients/mobile/react-native/assets/splash.png similarity index 100% rename from software/source/clients/ios/react-native/assets/splash.png rename to software/source/clients/mobile/react-native/assets/splash.png diff --git a/software/source/clients/ios/react-native/assets/yay.wav b/software/source/clients/mobile/react-native/assets/yay.wav similarity index 100% rename from software/source/clients/ios/react-native/assets/yay.wav rename to software/source/clients/mobile/react-native/assets/yay.wav diff --git a/software/source/clients/ios/react-native/babel.config.js b/software/source/clients/mobile/react-native/babel.config.js similarity index 100% rename from software/source/clients/ios/react-native/babel.config.js rename to software/source/clients/mobile/react-native/babel.config.js diff --git a/software/source/clients/ios/react-native/package-lock.json b/software/source/clients/mobile/react-native/package-lock.json similarity index 100% rename from software/source/clients/ios/react-native/package-lock.json rename to software/source/clients/mobile/react-native/package-lock.json diff --git a/software/source/clients/ios/react-native/package.json b/software/source/clients/mobile/react-native/package.json similarity index 100% rename from software/source/clients/ios/react-native/package.json rename to software/source/clients/mobile/react-native/package.json diff --git a/software/source/clients/ios/react-native/src/screens/Camera.tsx b/software/source/clients/mobile/react-native/src/screens/Camera.tsx similarity index 100% rename from software/source/clients/ios/react-native/src/screens/Camera.tsx rename to software/source/clients/mobile/react-native/src/screens/Camera.tsx diff --git a/software/source/clients/ios/react-native/src/screens/HomeScreen.tsx b/software/source/clients/mobile/react-native/src/screens/HomeScreen.tsx similarity index 100% rename from software/source/clients/ios/react-native/src/screens/HomeScreen.tsx rename to software/source/clients/mobile/react-native/src/screens/HomeScreen.tsx diff --git a/software/source/clients/ios/react-native/src/screens/Main.tsx b/software/source/clients/mobile/react-native/src/screens/Main.tsx similarity index 100% rename from software/source/clients/ios/react-native/src/screens/Main.tsx rename to software/source/clients/mobile/react-native/src/screens/Main.tsx diff --git a/software/source/clients/ios/react-native/src/utils/RecordButton.tsx b/software/source/clients/mobile/react-native/src/utils/RecordButton.tsx similarity index 100% rename from software/source/clients/ios/react-native/src/utils/RecordButton.tsx rename to software/source/clients/mobile/react-native/src/utils/RecordButton.tsx diff --git a/software/source/clients/ios/react-native/src/utils/state.ts b/software/source/clients/mobile/react-native/src/utils/state.ts similarity index 100% rename from software/source/clients/ios/react-native/src/utils/state.ts rename to software/source/clients/mobile/react-native/src/utils/state.ts diff --git a/software/source/clients/ios/react-native/src/utils/useSoundEffect.ts b/software/source/clients/mobile/react-native/src/utils/useSoundEffect.ts similarity index 100% rename from software/source/clients/ios/react-native/src/utils/useSoundEffect.ts rename to software/source/clients/mobile/react-native/src/utils/useSoundEffect.ts diff --git a/software/source/clients/ios/react-native/tsconfig.json b/software/source/clients/mobile/react-native/tsconfig.json similarity index 100% rename from software/source/clients/ios/react-native/tsconfig.json rename to software/source/clients/mobile/react-native/tsconfig.json