i am new to react native. I am using react-native-image-crop-picker to select image from gallery. On image select from gallery, it returns image path like this:
file:///storage/emulated/0/Android/data/com.connect/files/Pictures/da154e60-77e0-4364-96a7-ad7fa5acb951.jpg
I want to convert this path into base64 string. I can not seem to find a proper way to do this. Please help me with this. Thanks in advance.
P.S. Also please mention how can i convert back from base64.