How can I convert Base 64 data or URI data of expo-image-picker to binary file?

202 views Asked by At

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

0

There are 0 answers