I have searched npm for "react native audio record" and have not found anything that seems to be maintained, used a lot, and growing in usage. So, how do we currently record audio in non-expo ReactNative apps?
I have used react-native-audio-record, but it had a precipitous decline about a year ago in weekly downloads, and has remained low. And, after recording, on iOS I cannot play any audio file until I restart my app. This issue exists whether I use react-native-sound or react-native-video to try to play an audio file.
I tried react-native-audio-recorder-player but after half a day of trying to follow the setup procedure, researching errors, etc., I gave up - I can't get my project to build for iOS with it.
How should I go about recording audio in a non-expo ReactNative app to be released for iOS and Android? I'm looking for a maintained, mainstream solution.