Mateusz Bętka
Mateusz Bętka
Unfortunately I couldn't reproduce this bug, but I can see a soLoader error in your logs. ` E/SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so"...
Hi @AMITHATHAMPY this is what I found in Google Maps SDK documentation. I think it's not a bug in react-native-maps itself. The only thing we can do is updating documentation...
I will check that :)
Hi, @Robert6321 I was trying to fix it but I couldn't find a proper solution in the native code, I'm not even sure if it's possible. The only thing that...
Hi, @i1kaaasra I don't think it's possible. You are still using google maps underneath and OSM is just an overlay. We can't add option to disable Google text because it...
Even though you are still using one of the two providers to render the whole map under the Tile. As it is said in the documentation: ``` The map framework...
Done in https://github.com/react-native-maps/react-native-maps/pull/4969 by author.
Hi @Hamza-Akva thanks for reporting this. I was trying to reproduce it on iPhone 12 with iOS 15.5 and iPhone 11 with iOS 17.2 and it works perfectly fine. Is...
Hi @chanphiromsok can you open your own issue with full description and source code? Or if it's exactly the same case please provide your code here
@chanphiromsok does it work fine with liteMode and without your context? If so can you put here the code from this context?