Sin descripción

Podfile 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. platform :ios, '9.0'
  2. target 'SafeAreaViewExample' do
  3. # Pods for SafeAreaViewExample
  4. pod 'FBLazyVector', :path => "../../node_modules/react-native/Libraries/FBLazyVector"
  5. pod 'FBReactNativeSpec', :path => "../../node_modules/react-native/Libraries/FBReactNativeSpec"
  6. pod 'RCTRequired', :path => "../../node_modules/react-native/Libraries/RCTRequired"
  7. pod 'RCTTypeSafety', :path => "../../node_modules/react-native/Libraries/TypeSafety"
  8. pod 'React', :path => '../../node_modules/react-native/'
  9. pod 'React-Core', :path => '../../node_modules/react-native/'
  10. pod 'React-CoreModules', :path => '../../node_modules/react-native/React/CoreModules'
  11. pod 'React-Core/DevSupport', :path => '../../node_modules/react-native/'
  12. pod 'React-RCTActionSheet', :path => '../../node_modules/react-native/Libraries/ActionSheetIOS'
  13. pod 'React-RCTAnimation', :path => '../../node_modules/react-native/Libraries/NativeAnimation'
  14. pod 'React-RCTBlob', :path => '../../node_modules/react-native/Libraries/Blob'
  15. pod 'React-RCTImage', :path => '../../node_modules/react-native/Libraries/Image'
  16. pod 'React-RCTLinking', :path => '../../node_modules/react-native/Libraries/LinkingIOS'
  17. pod 'React-RCTNetwork', :path => '../../node_modules/react-native/Libraries/Network'
  18. pod 'React-RCTSettings', :path => '../../node_modules/react-native/Libraries/Settings'
  19. pod 'React-RCTText', :path => '../../node_modules/react-native/Libraries/Text'
  20. pod 'React-RCTVibration', :path => '../../node_modules/react-native/Libraries/Vibration'
  21. pod 'React-Core/RCTWebSocket', :path => '../../node_modules/react-native/'
  22. pod 'React-cxxreact', :path => '../../node_modules/react-native/ReactCommon/cxxreact'
  23. pod 'React-jsi', :path => '../../node_modules/react-native/ReactCommon/jsi'
  24. pod 'React-jsiexecutor', :path => '../../node_modules/react-native/ReactCommon/jsiexecutor'
  25. pod 'React-jsinspector', :path => '../../node_modules/react-native/ReactCommon/jsinspector'
  26. pod 'ReactCommon/jscallinvoker', :path => "../../node_modules/react-native/ReactCommon"
  27. pod 'ReactCommon/turbomodule/core', :path => "../../node_modules/react-native/ReactCommon"
  28. pod 'Yoga', :path => '../../node_modules/react-native/ReactCommon/yoga'
  29. pod 'DoubleConversion', :podspec => '../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  30. pod 'glog', :podspec => '../../node_modules/react-native/third-party-podspecs/glog.podspec'
  31. pod 'Folly', :podspec => '../../node_modules/react-native/third-party-podspecs/Folly.podspec'
  32. pod 'react-native-safe-area-context', :path => '../../'
  33. end