What is the correct way to use a transparent background for the drawing?
This code gives a white background as well as passing "none" , null, 0 or undefined
<PencilKitView
backgroundColor="transparent"
isOpaque={false}
... />
I want to place it on top of an image so the background should be transparent
What is the correct way to use a transparent background for the drawing?
This code gives a white background as well as passing
"none",null,0orundefinedI want to place it on top of an image so the background should be transparent