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
in react-native project, i tried to render a 30mb map image, with very much details, that supposed to be zoomable.
the image is not rendering properly. it is rendering with very low quality. i realized (after many researches) that is because fresco's downsample.
Reproduction
try to render an high resolution image an zoom in it in react-native app.
Description
in react-native project, i tried to render a 30mb map image, with very much details, that supposed to be zoomable.
the image is not rendering properly. it is rendering with very low quality. i realized (after many researches) that is because fresco's downsample.
Reproduction
try to render an high resolution image an zoom in it in react-native app.
Solution
there is a solution here:
clytras/react-native-fresco#5
but it is for an older versions of ndk and react-native and it is no longer working.
The text was updated successfully, but these errors were encountered: