karanm4797

Results 2 issues of 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 : ![Screenshot_1592367278](https://user-images.githubusercontent.com/65596653/84854422-3bde9700-b07f-11ea-97a3-1a2855dcc8e5.png)