tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error 'config.h' file not found in iOS

guncag opened this issue · comments

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

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