Jiri Podlipny
Jiri Podlipny
we have exactly the same problem. We've tried to fix it by rotation according to isVertical. But this does not work for images picked from the Android image gallery. They...
did anyone figure out how to make skewX work on Android? We are currently running 0.64.2 and skewX still doesn't work.
repo with code to replicate this issue is here: https://github.com/Podlipny/storybook-storysource-issue I am defining story based on storybook documentation, so this should wor without any need to modify anything ```typescript import...
nothing I would know about - we just stopped using storysource until this bug is resolved
thanks for response guys, We've been able to make it work with this inside `.storybook/preview ``` export const parameters = { docs: { source: { type: 'code' } }, ......