I am using expo-image-picker in my React-native app. I want to convert the output of expo-image-picker to binary file but I can't. Can anyone please help me out, I am stuck in this problem for days. Thanks in advance!
I tried to use atob/btoa, but it's not working for me