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