-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
Android - When set shouldSimulateRoute to false app is crashed when open the mapbox navigation. #95
Comments
please make sure you added below in AndroidManifest.xml |
Yes I have fixed the problem by check permission in android if simulate is false. |
PLS HELP!!! i followed the installation instructions but only worked on IOS, how were u able to get it work on Android. PLS HELP!! |
Please provide me with gradle.properties |
First in gradle.wrapper.properties change distributionUrl to |
Where are you check permission? in APP.js? I need help please |
I have the same issue. I open android studio and check for that error is related with fusion location. I give the required permission ACCESS_FINE_LOCATION and enable it from app settings and then open the app and app crashes. Can anyone help us ? Thank you .... |
When trying to implement this package in android and set shouldSimulateRoute to false when open the page of mopbox navigation the app is crashed i don't know why this is happen. Is somebody can help it will be appreciated.
in IOS it works fine but this happens in Android only!
"@homee/react-native-mapbox-navigation": "^1.1.0"
"react-native": "0.68.2"
"react": "17.0.2"
App.js
The text was updated successfully, but these errors were encountered: