Animated Gifs on Android with Expo and React Native
Gifs work great out of the box in React Native using expo... except! When building to android.
On Android natively, this is accomplishes with Fresco. However, to use this package in Expo with React Native, we have to do a bit more work.
Cedric van Putten has thankfully already done the heavy lifting. The meaningful config file setup is demonstrated in this PR.