We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a68964 commit 9ed9d45Copy full SHA for 9ed9d45
src/components/expanded-state/unique-token/saveToCameraRoll.ts
@@ -76,7 +76,7 @@ const saveToCameraRoll = async (url: string): Promise<void> => {
76
alertError();
77
return;
78
}
79
- const url2Download = staticImgixClient?.buildURL(url);
+ const url2Download = staticImgixClient?.buildURL(url, { fm: 'png' });
80
81
if (Platform.OS === 'android') {
82
await downloadImageAndroid(url2Download);
0 commit comments