gre / react-native-view-shot

Snapshot a React Native view and save it to an image
https://github.com/gre/react-native-view-shot-example
MIT License
2.64k stars 343 forks source link

resulation lose when i captured screen #443

Open 1cez opened 1 year ago

1cez commented 1 year ago

I'm getting the screenshot, but I'm losing resolution when zooming because the content is too long, how can I solve it?

format:jpg

ibizabroker commented 1 year ago

I don't think there is a way to resolve this. The snapshot of the component doesn't act like a scroll screenshot on your phone. Here the number of pixels in the long screenshot is same as a regular screenshot, that's why the pixels get deteriorated.