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

Support for RN >=0.40 #72

Closed Naoto-Ida closed 7 years ago

Naoto-Ida commented 7 years ago

I've been trying to get the app to build, but it seems the lib is not compatible with RN >= 0.40, i.e. the imports are not namespaced with React/.

Could we possibly get this working? I tried namespacing everything but it still gives errors such as:

Cannot find <React/RCTBridge.h>

Naoto-Ida commented 7 years ago

Closing due to PR.