I use react-native-canvas to transform an image to base64, the original size is about 32kb, but after the base64 is generated, the size increased to 580kb, which is unbelievable huge.
I'm wondering if there is any solution to reduce the size.
the canvas API of web is different from react-native-canvas.