qiuxiang / react-native-recording

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

Native module cannot be null in IOS #32

Open eraArya2601 opened 3 years ago

eraArya2601 commented 3 years ago

when I am Installing react-native-recording latest version and build and run app it gives error native module cannot be null in ios. Please help me what I am doing wrong? Thanks in advance

ProtsenkoAI commented 3 years ago

The Same problem here. I'm using expo, maybe it causes the problem?

marksyzm commented 2 years ago

I think the package.json isn't quite right, or the podspec is using the wrong file. I might revisit here and compare the files on the node module, as I'm not sure that the npm module is up to date with the latest changes

sharma-sanjeev156 commented 1 year ago

I am facing the same in this screenshot, any help will be appreciated IMG_B05D6623FF24-1

marksyzm commented 1 year ago

I forked this module into react-native-microphone-stream if that helps. You will need something like "wavefile" to collect the array of data and save the audio but it's fairly straightforward.

ahtisham-gsoftconsulting commented 8 months ago

same issue i face

rizhangdev commented 3 months ago

Facing same issue...