How to Convert Image to Base64 in React Native
When it comes to handling images, sometimes we may need to convert them to Base64 format. In this tutorial, let’s learn how to convert an image to Base64 string in react native. We use react native blob util library to generate Base64 from the image. You can install the library using the following command. Also,…