tlenclos / react-native-audio-streaming

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

Not working with react-native-navigation #14

Closed happierco closed 8 years ago

happierco commented 8 years ago

Module is working fine when put in a new project(android) but I get undefined ReactNativeAudioStreaming from NativeModules when I try to use it with react-native-navigation module.

Is it possible that there is some kind of conflict?

happierco commented 8 years ago

It's working now with the new version(2.0.0) of react-native-navigation.