Felipe S. Santos

Results 17 comments of Felipe S. Santos

@tsapeta removing AWebP fix the original issue (a "slow-motion" effect on iOS) we create a patch for use just the `SDImageWebPCoder` as found by @gkasdorf [here](https://github.com/expo/expo/issues/25920#issuecomment-1858786945) This "static" effect is...

Ok @tsapeta here a comparative: using `AWebPCoder` issues: - slow-motion effect - static image if View has width less than 1/3 of original image width https://github.com/expo/expo/assets/10479750/82794d64-ba5e-400f-9787-f8d24a0fd42f using `WebPCoder` issue: -...

So do you think we should raise an issue on [SDWebImage](https://github.com/SDWebImage/SDWebImageWebPCoder) related to `SDImageAWebPCoder`? I mean... If the "slow-motion" effect is fixed by them, we don't need to use the...

it may be useful, it would avoid creating the patch, but not a big deal since we can fix that with the patch. (Do the global flags work in the...

@tsapeta I'm bringing two questions to the table, hopefully, Expo team can help us: Given the known issues with rendering animated WebP images, what recommendations does the Expo Team have...

I added back the namespace to AndroidManifest to keep previous RN compatible https://github.com/react-native-community/discussions-and-proposals/issues/671#issuecomment-1597386954

add back the namespace on AndroidManifest for previous RN compatibility https://github.com/react-native-community/discussions-and-proposals/issues/671#issuecomment-1597386954