Installation Clone the repository: bash git clone https://github.com/Asanda001019/voice-recording-app.git
Open In Editor Run
Install dependencies: bash npm install
Usage Start the development server: bash npx expo start
Open the app on your device or emulator: For iOS: bash npx react-native run-ios
For Android: bash npx react-native run-android
Libraries Used react-native-voice: For voice recognition and audio recording. react-native-audio-recorder-player: For audio playback and recording functionalities. @react-navigation/native: For navigation between screens. firebase: For user authentication and data management.