Fixed Cocoapods build with many hacks
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
// RNM: react-native-maps
|
||||
// See https://developers.google.com/maps/documentation/ios-sdk/start
|
||||
// and https://gist.github.com/dmachat/412658416dc7dcf3f7a829b7a10c2583
|
||||
@import GoogleMaps;
|
||||
// Uncomment for Google Maps support
|
||||
//@import GoogleMaps;
|
||||
|
||||
#import <VRTBundleURLProvider.h>
|
||||
|
||||
@@ -34,7 +35,8 @@
|
||||
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
|
||||
}
|
||||
*/
|
||||
[GMSServices provideAPIKey:@"AIzaSyDN4E_vzO4cKjKHkMg_49hX1GBnU34kx4U"];
|
||||
// RNM: Uncomment for Google Maps support
|
||||
// [GMSServices provideAPIKey:@"AIzaSyDN4E_vzO4cKjKHkMg_49hX1GBnU34kx4U"];
|
||||
|
||||
NSURL *jsCodeLocation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user