react-native-audio-waveform
react-native-audio-waveform copied to clipboard
Audio recording not working on iOS. Conflict with react-native-video
There seems to be some sort of conflict with the newest version of react-native-video. If react-native-video is imported, then the audio recording stops working on iOS. The recording starts without error, but the dots are not appearing like usually. Stopping the recording sometimes gives the error "Failed to stop recording 3". Other times no error is thrown and an empty audio file is created (0 duration).
I've fixed this temporarily by downgrading react-native-video to the version I previously used (6.4.2).
I don't know if the actual problem lies with the react-native-video package, but since theirs keeps working and this one does not I decided to create the issue here.
using: "@simform_solutions/react-native-audio-waveform": "^2.1.5", "react-native-video": "^6.12.0", "react-native": "0.74.7",