Can't render high quality images in react-native because of Fresco
Open
- Dominant language
- Kotlin
- Stars
- 17.2k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
### 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:
https://github.com/clytras/react-native-fresco/issues/5
but it is for an older versions of ndk and react-native and it is no longer working.
Contributor guide
Assessment
This issue has not been assessed yet.