Michael Lohmann

Results 44 comments of Michael Lohmann

@pavel-corsaghin Is there a reason, why on Android the requiring of the `leaflet.html` is [different from the iOS approach](https://github.com/pavel-corsaghin/react-native-leaflet/blob/main/src/LeafletView/index.tsx#L22)? With the latter, I think one could also get rid of...

That is not trivial. The sources for it are in the repository from which this was created, but they are in an "interesting" shape. Also the documentation is a bit...

Maybe an option for now would be to duplicate the `index.html`, so that expo does not do anything stupid on iOS 🤔

If I am not mistaken, right now this is not possible. I think we would need to put `crs={L.CRS.Simple}` into [the react-leaflet `Map`](https://github.com/reggie3/react-native-webview-leaflet/blob/master/HTML/src/mapComponent.view.tsx#L72) but these files from the old project...

Hey @iamcrazyshank! Sorry for no response from my side. Unfortunately there are a couple of reasons why I am of no help: a) I don't really know a lot about...

I am sorry for the late response... Is this still a problem for you? Can you verify, if `./node_modules/react-native-leaflet-view/lib/android/src/main/assets/leaflet.html` exists? Did you run `npm run ios` after installation?

Maybe my Lua knowledge is too limited, but I can't see any reference to `opts.domain` in https://github.com/rspamd/rspamd/blob/master/lualib/rspamadm/dkim_keygen.lua . Providing it looks like a no-op to me right now… If that...

Hey! Thanks for all your great work! I know it is quite legacy to still be on 0.72, but unfortunately we can't get around that for now... With this release...

For connecting the dots: - Here is the corresponding Hermes issue: https://github.com/facebook/hermes/issues/1024 - Which itself is caused by this one: https://github.com/facebook/hermes/issues/1270

Nice! For the reference: this fixes https://github.com/facebook/hermes/issues/1270 Related to https://github.com/facebook/hermes/issues/1573 and https://github.com/facebook/react-native/issues/36296