Skip to content

Instantly share code, notes, and snippets.

@lucianomlima
Created September 25, 2019 04:15
Show Gist options
  • Save lucianomlima/21a4df5c82c2904fe9083fc535c35378 to your computer and use it in GitHub Desktop.
Save lucianomlima/21a4df5c82c2904fe9083fc535c35378 to your computer and use it in GitHub Desktop.
React Native 0.59.10 Podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'Example' do
# Comment the next line if you don't want to use dynamic frameworks
# use_frameworks!
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'Core',
'CxxBridge',
'DevSupport',
'RCTActionSheet',
'RCTAnimation',
'RCTBlob',
'RCTGeolocation',
'RCTImage',
'RCTLinkingIOS',
'RCTNetwork',
'RCTSettings',
'RCTText',
'RCTVibration',
'RCTWebSocket'
]
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
# Pods for Example
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment