react-native-svg
react-native-svg copied to clipboard
Rendering noize in wrong place instead svg
Hello, maybe anybody faced with some problem or can suggest something?
I use
import {
Svg,
Line,
Polyline,
Rect,
LinearGradient,
Stop,
Polygon,
} from 'react-native-svg';
for render candle chart. And that works good. But recently on customer device (Xiaomi Mi 9; Android 10) appeared bug which I can't reproduce on my device or Android 10 emulator.
That renders some noize in wrong place instead svg
How it should look properly

react-native: 0.63.2 react-native-svg: 12.1.0
What can be?
Is there any update or information regarding this bug. We have customer who has a really similar problem with svg rendering. The device and android version is the same in the original bug ticket.
Device: Xiaomi Mi 9t Android: 10 MIUI Version: Miui Global 12.0.5.
Hello @octobus55, Can you provide code to reproduce that issue, please
Thank you
The problem turned out to be our user was using a dark mode and it was behaving problematically compare the other android version dark modes @bohdanprog
We closed that issue, but if you still have that issue, feel free to open a new issue. Thank you.