Closed Anubhavshakya closed 2 years ago
I don't intend on adding rasterization support for this library, since this is something I'm unsure of how it works. But if you find a way on how to do it, I would gladly accept a PR or add it to the README :)
I see three ways to accomplish this:
Or rasterize the svg to a png (or other format) with something like https://www.npmjs.com/package/svg-png-converter, in
Yes, React native view capture solved my problem.
Is your feature request related to a problem?
No response
Desired solution (feature)
I am able to convert the svg into base64 but I need a bitmap image as a base64 format.
Alternatives considered
No response
Anything else?
No response