The library only allows changing the fill colour of the canvas rect. Instead of having one prop to set the background colour, having a style prop for this canvas would be good (for example, adding stroke or shadow to the canvas can be done through the style attribute).
The library only allows changing the fill colour of the canvas
rect
. Instead of having one prop to set the background colour, having a style prop for this canvas would be good (for example, adding stroke or shadow to the canvas can be done through thestyle
attribute).