karanm4797
karanm4797
Here is my code, settings.gradle ``` include ':mapbox-react-native-mapbox-gl' project(':mapbox-react-native-mapbox-gl').projectDir = new File(rootProject.projectDir, '../node_modules/@mapbox/react-native-mapbox-gl/android/rctmgl') ``` build.gradle(app) `implementation project(':mapbox-react-native-mapbox-gl')` build.gradle(android) ``` allprojects { repositories { mavenLocal() maven { // All of React...
I'm using it without expo and i have installed library in my project according to documentation but getting this error : 