Closed GregTheGreek closed 6 years ago
Have this problem as well!
I'm having the same issue
+1, any solutions?
still the same problem
Did you provide a Google Maps API Key? For iOS in AppDelegate.m
:
#import <GoogleMaps/GoogleMaps.h>
#import <GooglePlaces/GooglePlaces.h>
NSString *kAPIKey = @"YOUR_API_KEY";
[GMSPlacesClient provideAPIKey:kAPIKey];
[GMSServices provideAPIKey:kAPIKey];
Or, did you perhaps import like { import RNGooglePlacePicker } from 'react-native-google-place-picker'
instead of import RNGooglePlacePicker from 'react-native-google-place-picker'
?
i'm having same issue,please help
followed instructions using npm link.
Used example from the provided 'full example' and this error occurred.