We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using react-native-geocoding for reverse geo coding.
It was working fine in local .
But when i switch to production in android i am getting the error below.
import Geocoder from 'react-native-geocoding'; Geocoder.init('key'); Geocoder.from(‘data’) .then((response) => { }) .catch(error => { });
Response {"code":2,"message":"Error while fetching. Check your network.","origin":{}}
is there any configuration i am missing.
The text was updated successfully, but these errors were encountered:
I'm experiencing the same issue in IOS production build
Sorry, something went wrong.
No branches or pull requests
I am using react-native-geocoding for reverse geo coding.
It was working fine in local .
But when i switch to production in android i am getting the error below.
Response
{"code":2,"message":"Error while fetching. Check your network.","origin":{}}
is there any configuration i am missing.
The text was updated successfully, but these errors were encountered: