@jsierles I am using react-native-audio example code you provided on github and when I try to run the example app it gives me TypeError: undefined is not a function(evaluating'_reactNativeAudio.AudioRecorder.requestAuthorization()') Error. I think requestAuthorization command is not working.
Steps to reproduce. Reimplement AudioRecorder.requestAuthrizaton().
Version
Tell us which versions you are using ( you can see the versions in your package.json ):
react : 16.4.1 react-native : 0.55.4 react-native-babel-preset: 4.0.0 react-native-audio : latest
using react-native-sound ? Yes
@jsierles I am using react-native-audio example code you provided on github and when I try to run the example app it gives me TypeError: undefined is not a function(evaluating'_reactNativeAudio.AudioRecorder.requestAuthorization()') Error. I think requestAuthorization command is not working. Steps to reproduce. Reimplement AudioRecorder.requestAuthrizaton().