Recep Topalak

Results 3 comments of Recep Topalak

If you run yarn install after deleting the node_modules folder, the problem will be solved.

Hi, if you use externalgeocoder parameter instead of localgeocoder the problem will be solved. You can use the example below. ![image](https://github.com/mapbox/mapbox-gl-geocoder/assets/45707433/7266d03d-92a3-4799-860f-139146078ee4)

> The patch version for 10.1.38. > > ``` > // build.gradle > buildToolsVersion = "35.0.0" > minSdkVersion = 24 > compileSdkVersion = 35 > targetSdkVersion = 35 > ndkVersion...