Miklós Fazekas
Miklós Fazekas
Should be addressed in current versions.
This code is not thread safe: https://github.com/facebook/react-native/blob/6d7a93f2b15dd275a4622625aef089e934a1a8dd/packages/react-native/React/Base/RCTUtils.mm#L853-L872 But RCTImageLoader is, so this seems to be a similar race condition to https://github.com/facebook/react-native/issues/46115
@yliu342 yes good point. https://github.com/facebook/react-native/blob/v0.76.0/packages/react-native/React/Base/RCTUtils.m#L864 which in in the original stack trace is also `[UIImage imageNamed:imageName]` but it's documented to be thread safe, since ios9: https://developer.apple.com/documentation/uikit/uiimage/init(named:)?language=objc >In iOS 9 and...
I'm sorry this is not a component that I can copy&paste to try out. Pls fix that
``` ``` the existing attribute means that the layer is expected to be in the style already. Which is don't think the case here.
@rodrigo4635 so it works in an RN project, but not in an expo project?
I assume this was a config error, not a bug in rnmapbox/maps
@Pakile-vhg I can't run your example as `https://tiles.domain.com/dwr_wd` is not an existing vector source.
Our example does work fine. https://rnmapbox.github.io/docs/examples/FillRasterLayer/QuerySourceFeatures Since your example is not complete, missing working url for the vector source, I'm closing this as can't repo
Should be fixed by recent MapboxMaps version