react-native-audio-streaming icon indicating copy to clipboard operation
react-native-audio-streaming copied to clipboard

Automatically install streaming kit dependency on iOS install

Open tlenclos opened this issue 7 years ago • 0 comments

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.

tlenclos avatar Jul 23 '16 15:07 tlenclos