Skip to content

Instantly share code, notes, and snippets.

@esamelson
esamelson / Podfile
Last active January 25, 2019 08:41
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',