설명 없음

Podfile 1.9KB

12345678910111213141516171819202122232425262728293031
  1. platform :ios, '9.0'
  2. target 'SafeAreaViewExample' do
  3. # Pods for SafeAreaViewExample
  4. pod 'React', :path => '../../node_modules/react-native/'
  5. pod 'React-Core', :path => '../../node_modules/react-native/React'
  6. pod 'React-DevSupport', :path => '../../node_modules/react-native/React'
  7. pod 'React-RCTActionSheet', :path => '../../node_modules/react-native/Libraries/ActionSheetIOS'
  8. pod 'React-RCTAnimation', :path => '../../node_modules/react-native/Libraries/NativeAnimation'
  9. pod 'React-RCTBlob', :path => '../../node_modules/react-native/Libraries/Blob'
  10. pod 'React-RCTImage', :path => '../../node_modules/react-native/Libraries/Image'
  11. pod 'React-RCTLinking', :path => '../../node_modules/react-native/Libraries/LinkingIOS'
  12. pod 'React-RCTNetwork', :path => '../../node_modules/react-native/Libraries/Network'
  13. pod 'React-RCTSettings', :path => '../../node_modules/react-native/Libraries/Settings'
  14. pod 'React-RCTText', :path => '../../node_modules/react-native/Libraries/Text'
  15. pod 'React-RCTVibration', :path => '../../node_modules/react-native/Libraries/Vibration'
  16. pod 'React-RCTWebSocket', :path => '../../node_modules/react-native/Libraries/WebSocket'
  17. pod 'React-cxxreact', :path => '../../node_modules/react-native/ReactCommon/cxxreact'
  18. pod 'React-jsi', :path => '../../node_modules/react-native/ReactCommon/jsi'
  19. pod 'React-jsiexecutor', :path => '../../node_modules/react-native/ReactCommon/jsiexecutor'
  20. pod 'React-jsinspector', :path => '../../node_modules/react-native/ReactCommon/jsinspector'
  21. pod 'yoga', :path => '../../node_modules/react-native/ReactCommon/yoga'
  22. pod 'DoubleConversion', :podspec => '../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  23. pod 'glog', :podspec => '../../node_modules/react-native/third-party-podspecs/glog.podspec'
  24. pod 'Folly', :podspec => '../../node_modules/react-native/third-party-podspecs/Folly.podspec'
  25. pod 'th3rdwave-safe-area-view', :path => '../../'
  26. end