pavel-corsaghin / react-native-leaflet

A LeafletView component using WebView and Leaflet map for React Native applications
MIT License
99 stars 42 forks source link

maintenance of the HTML doc #4

Open orangecms opened 2 years ago

orangecms commented 2 years ago

Hi, thank you so much for picking up RN Leaflet!

I see that for a start there is now a prebuilt HTML doc for the WebView; do you have plans for maintaining that? It seems like you built a newer version of it somewhat based on the other project, but with a newer Leaflet version. We couldn't figure out where it came from, exactly.

I am looking into that as well, see https://github.com/orangecms/react-native-webview-leaflet/tree/rehtml - and I would contribute it here, but maybe you have something else in mind already, so I wanted to exchange a bit. We need it for the app that @miallo and I are working on either way, because we need another patched version of Leaflet and already submitted a PR to them, too.

pavel-corsaghin commented 2 years ago

Hi @orangecms,

To be honest, I just copy the html file from other project and use it. I have no idea about Leaflet version. Of course should be great if we can support newer version so please contribute your code. Thank you!