Recep Topalak
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. 
> The patch version for 10.1.38. > > ``` > // build.gradle > buildToolsVersion = "35.0.0" > minSdkVersion = 24 > compileSdkVersion = 35 > targetSdkVersion = 35 > ndkVersion...