Created
September 25, 2019 04:15
-
-
Save lucianomlima/21a4df5c82c2904fe9083fc535c35378 to your computer and use it in GitHub Desktop.
React Native 0.59.10 Podfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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