Files
react-native/RNTester/Podfile
Mehdi Mulani 17dbf98884 Move iOS Geolocation code out from the repo
Summary:
@public
This resolves the iOS side of #20879.

Reviewed By: natestedman, cpojer

Differential Revision: D14712066

fbshipit-source-id: 88dd0ff80d3467b314cacb9349029dadca4ddf19
2019-04-02 15:36:10 -07:00

49 lines
2.0 KiB
Ruby

platform :ios, '9.0'
target 'RNTester' do
# Uncomment for Swift
# use_frameworks!
project 'RNTesterPods.xcodeproj'
pod 'React', :path => '../'
pod 'React-ART', :path => '../Libraries/ART'
pod 'React-Core', :path => '../React'
pod 'React-DevSupport', :path => '../React'
pod 'React-fishhook', :path => '../Libraries/fishhook'
pod 'React-RCTActionSheet', :path => '../Libraries/ActionSheetIOS'
pod 'React-RCTAnimation', :path => '../Libraries/NativeAnimation'
pod 'React-RCTBlob', :path => '../Libraries/Blob'
pod 'React-RCTCameraRoll', :path => '../Libraries/CameraRoll'
pod 'React-RCTImage', :path => '../Libraries/Image'
pod 'React-RCTLinking', :path => '../Libraries/LinkingIOS'
pod 'React-RCTNetwork', :path => '../Libraries/Network'
pod 'React-RCTPushNotification', :path => '../Libraries/PushNotificationIOS'
pod 'React-RCTSettings', :path => '../Libraries/Settings'
pod 'React-RCTText', :path => '../Libraries/Text'
pod 'React-RCTVibration', :path => '../Libraries/Vibration'
pod 'React-RCTWebSocket', :path => '../Libraries/WebSocket'
# Fabric Pods, uncomment these to enable in RNTester
# pod 'React-Fabric', :path => '../ReactCommon'
# pod 'React-graphics', :path => '../ReactCommon/fabric/graphics'
# pod 'React-jsi/Fabric', :path => '../ReactCommon/jsi'
# pod 'React-RCTFabric', :path => '../React'
# pod 'Folly/Fabric', :podspec => '../third-party-podspecs/Folly.podspec'
pod 'React-cxxreact', :path => '../ReactCommon/cxxreact'
pod 'React-jsi', :path => '../ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../ReactCommon/jsinspector'
pod 'yoga', :path => '../ReactCommon/yoga'
# Uncomment to enable TurboModule
# pod 'React-turbomodule-core', :path => '../ReactCommon/turbomodule/core'
# Third party deps podspec link
pod 'DoubleConversion', :podspec => '../third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../third-party-podspecs/Folly.podspec'
end