See: voximplant/react-native-voximplant#42
The solution: https://github.com/ricsam/testVI/commit/da329f261c8107852dd76a6d800d420faf884e01
git clone https://github.com/ricsam/testVI.git cd && cd testVI/ios && open testVI.xcworkspace/
react-native init testVI
cd testVI
yarn add react-native-voximplant
- Add Gemfile, see Gemfile
- Add Podfile, see Podfile
- Run
bundler install
in the ios folder - On line 4 in the Podfile change
plugin 'cocoapods-fix-react-native'
to#plugin 'cocoapods-fix-react-native'
(commented) - run
bundler exec pod install
in the ios folder - On line 4 in the Podfile change
#plugin 'cocoapods-fix-react-native'
toplugin 'cocoapods-fix-react-native'
(uncommented) - run
bundler exec pod install
in the ios folder - run
open testVI.xcworkspace/
- Run the application