I’m using react native expo and I am hitting an api that gives me images in webp format, i want to give the user the option to save this image to his phone and to share it with different apps.
I tried MediaLibrary from expo-media-library, Share from react native, @react-native-camera-roll/camera-roll, and Sharing from expo-sharing but nothing could install the webp format, and searched for how to convert the returned image to jpeg in the app but couldn’t find any way.