qiuxiang / react-native-recording

React Native audio recording module used for DSP with Android + iOS
MIT License
110 stars 62 forks source link

Undefined is not an object (evaluating Recording.init) #19

Open sandeepReddyG opened 5 years ago

sandeepReddyG commented 5 years ago

I am facing this error with react-native version 0.57.5. With latest version 0.60.3 its working fine. I am not sure how to fix this . Please let me know how to fix this.

bendeguz-szatmari commented 4 years ago

You need to run react-native link react-native-recording, this solved the issue for me.