react-native-leaflet icon indicating copy to clipboard operation
react-native-leaflet copied to clipboard

A LeafletView component using WebView and Leaflet map for React Native applications

Results 35 react-native-leaflet issues
Sort by recently updated
recently updated
newest added

Hi, I just installed the package in a fresh RN app and when I start the project the app can't find the react-native-webview module. I tried to delete node_modules and...

Hello everyone, I've been struggling with an issue for quite some time now and could really use some assistance. The problem I'm facing is that when multiple points are very...

pls. someone can help me disable the cluster on map

hello, Im trying to handle an event when clicking on a marker that will show the title, so I want to click on the title or the marker again to...

Hello, Is it possible to increase maximum zoom level? I have been testing with these parameters: mapZoom={25}, maxZoom={25}, but I think I have reached the maximum zoom. Has anyone managed...

i am trying to pan the camera of the map to a different location than the original one in the web version i can use `map.panTo(new L.LatLng(lat, lon));` and it...

hey, how do I hide the zoomcontrol-buttons?

Can you help with this issue ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':react-native-leaflet-view'. > Failed to notify project evaluation listener....

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi, does anyone found a solution for creating custom icons using React Native Components? Or at least using html components. Thank you!