nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

':mapbox-react-native-mapbox-gl' could not be found in root project #1695

Open arezu214 opened 3 years ago

arezu214 commented 3 years ago

Hello friends I want to use a mapbox in my project But when I install the map, the project gets into trouble and get this error

2

and I add "compile project(':mapbox-react-native-mapbox-gl')" to build.gradle: then get this error: 1 and I think mapbox library does not link to project this is setting.gradle rootProject.name = 'MyTest' apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) include ':app' what should i do? thanks for your help

arezu214 commented 3 years ago

windows android "react-native": "0.63.3"

mohsinyousuf12 commented 2 years ago

Hello is anyone have this solution??