Skip to content

ricsam/testVI

Repository files navigation

Solution

See: voximplant/react-native-voximplant#42

The solution: https://github.com/ricsam/testVI/commit/da329f261c8107852dd76a6d800d420faf884e01

How to run

git clone https://github.com/ricsam/testVI.git cd && cd testVI/ios && open testVI.xcworkspace/

How this project was created

  1. react-native init testVI
  2. cd testVI
  3. yarn add react-native-voximplant
  4. Add Gemfile, see Gemfile
  5. Add Podfile, see Podfile
  6. Run bundler install in the ios folder
  7. On line 4 in the Podfile change plugin 'cocoapods-fix-react-native' to #plugin 'cocoapods-fix-react-native' (commented)
  8. run bundler exec pod install in the ios folder
  9. On line 4 in the Podfile change #plugin 'cocoapods-fix-react-native' to plugin 'cocoapods-fix-react-native' (uncommented)
  10. run bundler exec pod install in the ios folder
  11. run open testVI.xcworkspace/
  12. Run the application

Errors

Run errors

Build log

Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published