mckeny3
mckeny3
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
any luck with this?
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
Are you using react native? Or just android? Am bridging it with reactnative...I notice if I comment out routeLineView.renderRouteDrawData(mapStyle, value) it doesn't crash
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
I've worked on this for several weeks...and the closest I've get is when your using react native 71.×× that's when it crashes...70.xx works
did you manage to get it done?
yep...gave me headache...i had to switch to flutter...the mapbox navigation work there
any solution for this?
What worked for me was to start in a new folder...I was running the create module cmd in the root of an existing project
This usually happen if you have a plug-in config but not the package....for instance...you remove mapbox...but still have the config in app.config.js or app.json...that's what happen in my case..
just create a project not long ago and had that problem.....solved it by doing this rm -rf node_modules && rm -rf yarn.lock && yarn install && yarn run android......
Use dropin ui from mapbox...then use native view manager to display it