No Description

Podfile 437B

12345678910111213
  1. platform :ios, '9.0'
  2. react_native_path = "../node_modules/react-native"
  3. project "RCTAgora.xcodeproj"
  4. target 'RCTAgora' do
  5. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  6. # use_frameworks!
  7. pod 'react-native-agora', path: '../react-native-agora.podspec'
  8. pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/Yoga.podspec'
  9. pod 'React', path: '../node_modules/react-native'
  10. end