prscX / react-native-voice-recorder

React Native: Native Audio Recorder View
Apache License 2.0
93 stars 14 forks source link

Manual install without CocoaPods? #9

Open n8stowell82 opened 5 years ago

n8stowell82 commented 5 years ago

I am very hesitant to install CocoaPods into my app as the codebase is well established and CocoaPods has been flaky at best when I have used it. Is it possible to get a list of libs and dependencies that are needed so that I can manually link and install the package for my app? Thanks in advance!