expo ImagePicker doesn't pick animating gif in android

Viewed 100

I am trying to select gif files using expo-image-picker. However, it doesn't select the gif file in android, it selects the first frame of the gif even when quality is set to undefined and allowsEditing to false.

Version of expo - 46.0.9, Version of expo-image-picker - 13.3.1. Here's a reproducible demo - snack demo

Expected behavior on android:

expected behavior on android

Actual behavior on android:

actual behavior on android

0 Answers
Related