In React Native, how can I convert (colour) text to an image I can manipulate?

1k Views Asked by At

I'm new to React Native and don't know if this is even possible.

I want to render a string of text into something like a bitmap, canvas, etc where I can manipulate it as an image.

It needs to work with colour text such as emojis.

Is this too low level for stock React Native?

0

There are 0 best solutions below