react-native-google-places
react-native-google-places copied to clipboard
Use viewportInfo instead of viewport
Places SDKs for iOS will no longer support the viewport property of GMSPlace objects.
Starting with version 5.0 of the Google Maps Platform Places SDK for iOS, the viewport property of GMSPlace objects will be replaced with a property named viewportInfo of a new class type.
#293