Etienne Martel
Etienne Martel
## Description The following lines prevent using an action sheet inside of a Share App Extension on iOS. https://github.com/facebook/react-native/blob/v0.63.2/React/CoreModules/RCTActionSheetManager.mm#L62-L65 The thing that is really odd is that behind the scenes,...
Clustering a large amount of probes can take ~1 seconds by itself. All of this time is currently spent on the main thread, which yields a poor user experience. We...
The problem seems to be coming from the fact that the `MarkerCluster` class is its own icon. [See its constructor](https://github.com/Leaflet/Leaflet.markercluster/blob/master/src/MarkerCluster.js#L7). But Leaflet's Marker get the tooltip anchor from the option...