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 344 forks source link

White borders when view dimensions are not integers #506

Open perroudsky opened 7 months ago

perroudsky commented 7 months ago

For reference if anyone get the same problem, just round your view dimensions.

amosaxe commented 1 month ago

thanks a lot