I'm creating an ecommerce app and we need the postal code to calculate shipping costs, using address autocomplete from google place api, not sure if it's a limitation from the api, but it doesn't return a postal code. I'm using https://github.com/FaridSafi/react-native-google-places-autocomplete for the autocomplete.
I looked through google docs as well, and it doesn't mention anything about it.
Just wondering if there's a way to get a postal code from an address?