DylanVann / react-native-fast-image

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

Support for react-native-windows #725

Open exotexot opened 3 years ago

exotexot commented 3 years ago

Hello, will there be support for react-native-windows?

mrousavy commented 3 years ago

I'm going to answer for you @DylanVann, correct me if you have different goals.

The library is a wrapper library for 2 different native libraries out there, SDWebImage and Glide. Those are separate modules, used in native iOS and Android apps (respectively). If there is a similar library that allows caching of Image components for Windows (WinRT, C++), then we could technically integrate and wrap this library. I'm currently expanding my native module to support windows as well, maybe I can lend a hand here.

But I highly doubt this will be supported, since react-native-windows isn't as widely adopted as iOS and Android (yet) and creating a windows native module is pretty hard because it's in such an early stage. Also, I think the standard Image component is powerful enough on Windows WinRT, not sure how it handles caching though.

namrog84 commented 2 years ago

I would love to see this happen. We were running into issues and our app is deployed to all android/ios/windows/others so having a single package handle things is ideal. Would be great to have windows support to react-native-fast-image.

SupertigerDev commented 1 year ago

Is there anyway to set a fallback for windows to use Image?

Arthurmtro commented 1 month ago

Do you have any replacement for this lib in RN windows ? :)