Lump01
Lump01
Image with resizeMode='contain' and BorderRadius defined, repeat last pixel until complete container
Same issue here as well on Android only. iOS works as expected with empty spacing on either side of the image.
Image with resizeMode='contain' and BorderRadius defined, repeat last pixel until complete container
@vpsgvitor I fixed it by removing border styling from my Image component. For me I need the resizeMode more than I need a borderRadius or borderWidth style so it was...
Just did some testing and found this was when I added a borderRadius style to my Image. It seems styles having to do with border create similar errors.
Getting the same thing with any of the `gs1` variants. `gs1` variants aren't supported by [MLKit](https://developers.google.com/android/reference/com/google/mlkit/vision/barcode/common/Barcode) which is what this package uses. The following scanner types seem to be iOS...