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

Add Cocoapods RNAudioStreaming.podspec file #54

Closed SiriusDely closed 7 years ago

SiriusDely commented 7 years ago

so that we can install using these steps:

  1. run npm install react-native-audio-streaming --save
  2. add pod 'RNAudioStreaming', :path => './node_modules/react-native-audio-streaming' to Podfile
  3. run pod install
tlenclos commented 7 years ago

Thanks ! Could you update the installation process in the README accordingly ?

SiriusDely commented 7 years ago

README updated!

tlenclos commented 7 years ago

Thanks 👍

SiriusDely commented 7 years ago

Thanks! 👍

Just one more thing, you need to do npm version update/publish before everyone can do the installation steps above. Because 2.3.0 doesn't have the Podspec file yet.

tlenclos commented 7 years ago

Done.

SiriusDely commented 7 years ago

OK, I have confirmed that it is working by uninstall/reinstalling npm module (2.3.1) and do pod install.