Youssef Durgham
Youssef Durgham
it works with me with this way but with a blue map with the Mapbox logo but it not show the directions try to change the build.gradle for this library...
In the build.gradle in the app level add this below inside dependencies ``` implementation "com.mapbox.mapboxsdk:mapbox-android-core:5.0.0" implementation('com.mapbox.mapboxsdk:mapbox-android-core:5.0.0') { exclude group: 'com.mapbox.common', module: 'common' } ``` and if you have an old...
And told me will you get a blue screen like mine with the mapbox logo or it will show the directions
I fix it by this way I don’t know try to search for it
> thats my navigationView.kt...then this is the Navigationstarter to launch the activity `package com.mckenytech.swyfiodriver > > import android.content.Intent import android.widget.Toast import com.facebook.react.bridge.ReactApplicationContext import com.facebook.react.bridge.ReactContextBaseJavaModule import com.facebook.react.bridge.ReactMethod > > internal class...
same error here.