Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 688 Bytes

react-native-voice-record-app

Simple record voice app using React Native 0.42

Functionally

  • Record voice
  • Play recorded audios
  • Delete audio files

Demo

Demo

Setup

npm install

This app uses react-native-fs and react-native-audio. You can check the installation proccess in their GitHub repositories

Important to Mention

  • The layout and buttons are quite simple, just to markup to UI.
  • Console logs are commented to inform what can be done in that point
  • Errors and Warnings are not user friendly