You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using react-native-skia version 1.9.0.
React native version: 0.76.9
React-native-zoomable-view version: 2.3.1
I'm using the Image component to fit into small rectangles.
When it is zoomed in 4x on android emulator, the image looks pixelated, especially the text.
I have tried using CubicSampling for the image property, as well as other sampling options, but the result is still the same.
How can the image be sharper when zoomed in?