Nathan GUIGUI
Nathan GUIGUI
it can be achieved by adding candle with same close value but when zoom the graph close values are visible.
We can imagine an API like in the storybook to register custom addon in the bottom bar and display custom panel component on open ``` addons.register(ADDON_ID, (api) => { addons.add(PANEL_ID,...
Yes it should be a solution
It seems to come with the latest version of react-native I'm facing the same issue since the upgrade of react-native ``` "react-native-clusterer": "^3.0.0", "react-native": "0.76.5", "react-native-maps": "1.10.4", ```
After investigation, the bug comes from `react-native-maps` The fix is mentioned in the tickets bellow https://github.com/react-native-maps/react-native-maps/issues/5217 https://github.com/react-native-maps/react-native-maps/pull/5226