react-native-audio-streaming
react-native-audio-streaming copied to clipboard
Automatically install streaming kit dependency on iOS install
Currently the user need to install pod dependency manually since the package depend on the StreamingKit framework.
This problem is resolved in a "ugly" way on https://github.com/facebook/react-native-fbsdk/blob/master/ios_setup.js#L1. We could try to force a pod install after npm install.