tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

Error 'config.h' file not found in iOS #148

Open guncag opened 5 years ago

guncag commented 5 years ago

I am trying to integrate this into my app which is built on detached react-native . I followed the instructions for "Mostly automatic" as given in the README. Can anyone help me to fix the issue?

Thanks, Guncag

Richi2293 commented 5 years ago

Even to me it does not work on ios but it brings me another kind of error.


image


Edit: Now its working fine. I have installed with this command: npm i --save https://github.com/tlenclos/react-native-audio-streaming.git

And followed only point 2 of Mostly automatic installation