discussions-and-proposals
discussions-and-proposals copied to clipboard
Nearest Neighbour Image Interpolation for Pixel Art
Introduction
There's no simple way to render pixel art in React Native. This could be as simple as <Image resizeMode={Image.NEAREST_NEIGHBOUR}>
.
Details
To render pixel art at the moment, you could use a web view and use CSS, or manually upscale the image with your own Nearest Neighbour implementation.
Discussion points
No more points, that's it!