You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rendering is done with svgjs which requires the DOM... But the rendering is abstracted, so it should be possible to create an entirely new renderer that "natively" renders the chart in React Native.
Unfortunately I don't have any experience with React Native but I'll do some research when I have time to see what I can do to make this library work with React Native.
I want to render inside react native, but there is no actual dom in react native, so I want to render with SVGXML, but it needs xml string of svg
The text was updated successfully, but these errors were encountered: