Open GreatAuk opened 3 years ago
I'm also facing this issue while using Metro with React Native v0.64.1 and react-content-loader v6.0.3. After changing the viewBox property on a ContentLoader and reloading the app with Metro, the viewBox does not update.
However, a temporary solution I found was to rebuild the app: after changing the viewBox property on a ContentLoader, rebuilding the app causes the viewBox to update correctly.
I have removed the viewbox attribute entirely when using ContentLoader, just using width and height and containing in a regular View
component
What did you do?
Please include the actual source code causing the issue.
What did you expect to happen?
Please mention the expected behaviour.
What happened actually?
Which versions of react-content-loader, and which browser are affected by this issue?
Please also mention the version of react.