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

Fix Error: Redefinition of RCTMethodInfo #116

Closed viniciuswb closed 6 years ago

viniciuswb commented 6 years ago

This pull request will solve the Error: Redefinition of RCTMethodInfo what was going on when we try to build the app on xcode with the React Native version >= 0.48.

tlenclos commented 6 years ago

Should be fixed with https://github.com/tlenclos/react-native-audio-streaming/commit/2a4a95784426e55cc16e7acfd38c683b7d87f233

basitsattar commented 5 years ago

I am getting the same error in ios. Was it fixed?