Skip to content

Instantly share code, notes, and snippets.

@esamelson
Last active January 25, 2019 08:41
Show Gist options
  • Save esamelson/2ce0ed0dbbf9d8a55a98e3d9014987c4 to your computer and use it in GitHub Desktop.
Save esamelson/2ce0ed0dbbf9d8a55a98e3d9014987c4 to your computer and use it in GitHub Desktop.
Podfile update for SDK 30
# Add the following lines to your Podfile
# after the rest of the modules from SDK 29
pod 'EXAdsAdMob',
:path => "../node_modules/expo-ads-admob/ios"
pod 'EXBarCodeScanner',
:path => "../node_modules/expo-barcode-scanner/ios"
pod 'EXBarCodeScannerInterface',
:path => "../node_modules/expo-barcode-scanner-interface/ios"
pod 'EXContacts',
:path => "../node_modules/expo-contacts/ios"
pod 'EXFont',
:path => "../node_modules/expo-font/ios"
pod 'EXFontInterface',
:path => "../node_modules/expo-font-interface/ios"
pod 'EXImageLoaderInterface',
:path => "../node_modules/expo-image-loader-interface/ios"
pod 'EXLocalAuthentication',
:path => "../node_modules/expo-local-authentication/ios"
pod 'EXLocation',
:path => "../node_modules/expo-location/ios"
pod 'EXMediaLibrary',
:path => "../node_modules/expo-media-library/ios"
# Optional
# pod 'EXPaymentsStripe',
# :path => "../node_modules/expo-payments-stripe/ios"
pod 'EXPrint',
:path => "../node_modules/expo-print/ios"
pod 'EXSegment',
:path => "../node_modules/expo-analytics-segment/ios"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment