Shachar

Results 166 comments of Shachar

This seems to be a deep problem. It might be caused by the resolution. If so this may be a problem with the android svg renderer. [Look here](https://github.com/ShaMan123/react-native-math-view/blob/master/android/src/main/java/io/autodidact/rnmathview/SVGMathView.java#L79) I don't...

There are problems with the Fallback component as well. `import Fallback from 'react-native-math-view/src/fallback`

Sounds like a good direction. I tested something using the Fallback renderer (`react-native-svg`) and came up with similar findings. I have noticed that when using `react-native-svg` the size doesn't match...

It looks like this should be the default value `preserveAspectRatio="xMinYMid meet"`

try this 57d08c7 and make sure you don't override `resizeMode`. It should be set to `contain`

You can use the fallback component, that does exactly that.

In this case I would try to use ```ts alignItems: 'center', justifyContent: 'flex-start' ```

https://github.com/react-native-svg/react-native-svg/commit/fe7e8b2b65badb78d3d69d4c689cf6a7092b0e27

https://github.com/react-native-svg/react-native-svg/issues/308