Skip to content

Instantly share code, notes, and snippets.

@bilby91
Created March 12, 2018 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilby91/c25bfc6fb9b2e024e23dc750733fb454 to your computer and use it in GitHub Desktop.
Save bilby91/c25bfc6fb9b2e024e23dc750733fb454 to your computer and use it in GitHub Desktop.
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'Example' do
pod 'Yoga', path: '../node_modules/react-native/ReactCommon/yoga/Yoga.podspec'
pod 'React', path: '../node_modules/react-native'
pod 'react-native-twilio-video-webrtc', path: '../../'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment