react-native-geocoder-reborn
react-native-geocoder-reborn copied to clipboard
The language of address not change when the locate change in Android
const locationDetail = await Geocoder.geocodePosition( { lat: location.latitude, lng: location.longitude, }, { apiKey: Constants.GOOGLE_MAPS_API_KEY, locale: 'en', forceGoogleOnIos: true, }, );