DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.17k stars 1.5k forks source link

feat: add image enter transition #958

Closed sashansk3 closed 4 months ago

sashansk3 commented 1 year ago

Hey @DylanVann

This PR provide several image transitions. On iOS used default SDWebImage transitions. On Android used default glide crossFade transition. Other transitions are implemented through the ObjectAnimator.

Some of the code has been provided in https://github.com/DylanVann/react-native-fast-image/pull/876 👏