Kienso
Kienso
I can always confirm this bug. Storefront version: 3.0.0-b.2 Dashboard version: 3.0.0-b.18 API version: 3.0.0-b.24
Editing node_modules is not a good idea. If we install the project on another workstation we will not have the changes made. If there is a solution to edit I...
Same problem. Hope a option to disable font loading.
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
Hi, We have the same problem using RN 0.72.5 and com.mapbox.navigation:ui-dropin:2.18.0. All works except when we call MapBox function renderRouteDrawData. ``` routeLineApi.setNavigationRoutes( routeUpdateResult.navigationRoutes ) { value -> val style =...
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
It's work with RN 0.72.5 and com.mapbox.navigation:ui-dropin 2.6.0-beta.2. Bests
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
Hi, We have try com.mapbox.navigationcore:navigation:1.0.0-rc.2. We can properly render navigation routes, without crash. We need to re-developpe our kotlin files use by the bridge for React Native. Has someone work...
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
> @santitopo and everyone - latest [Maps v11](https://docs.mapbox.com/android/maps/guides/#requirements) and the new [Nav](https://docs.mapbox.com/android/navigation/build-with-coreframework/#requirements) that is in public preview are built with NDK 23 and are thus compatible with the recent RN...
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
> If anyone is encountering issues with integrating a Mapbox navigation view into react native, like you I implemented custom components with mapbox and it was crashing renderRouteDrawData so I...
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
> @santitopo and everyone - latest [Maps v11](https://docs.mapbox.com/android/maps/guides/#requirements) and the new [Nav](https://docs.mapbox.com/android/navigation/build-with-coreframework/#requirements) that is in public preview are built with NDK 23 and are thus compatible with the recent RN...
RouteLineView.renderRouteDrawData crashes while calling com.mapbox.maps.NativeMapImpl.moveStyleLayer
Hi, A repo with work in progress : https://github.com/emendo-web/rn-mapbox-navigation/tree/main Have a good day !