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

Use namespaced React imports #126

Closed AdamLiechty closed 6 years ago

AdamLiechty commented 6 years ago

This avoids build failures in react-native projects in iOS since React Native 0.40

See https://stackoverflow.com/a/41722530/1952208

mondras commented 6 years ago

Just confirming this works! Thanks @AdamLiechty!

AdamLiechty commented 6 years ago

Looks like these changes have been added separately. Thanks! 👍