jsierles / react-native-audio

Audio recorder library for React Native
MIT License
1.16k stars 539 forks source link

TypeError: undefined is not a function(evaluating'_reactNativeAudio.AudioRecorder.requestAuthorization()') Error. #279

Closed MalikHezretov closed 6 years ago

MalikHezretov commented 6 years ago

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().

screenshot_1536295657

MalikHezretov commented 6 years ago

Close #279