nricardo
nricardo
You can use style prop with transform, something like: `style={{ transform: [{ scaleX: -1 }] }}`
That's because probably applied the transform to the parent view where your progress and text are children off. The fix is simple: isolate those two parts and position absolute the...
Also confirmed to work in Firefox. Chrome 👎
Hi all, I agree that's easier to just use the print on the browser and save it as PDF, but in reality you get something that's far optimised for the...