d3-heatmap
d3-heatmap copied to clipboard
React Native Support
Hi Holowaychuk , I dont know how to use heatmap in react native android and ios.Can you please help me to solve this.If i any related link that may be useful for me.Thanks in advance.
Unlike web browsers, React Native does not support SVGs natively. You will need to use another vector graphic library, like ReactNative SVG.
There a few good articles there that talk about using d3 in react native. Unfortunately, you will not be able to use this library but you can mimic the source code with another SVG library.