Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for react-native-windows #725

Open
exotexot opened this issue Sep 2, 2020 · 4 comments
Open

Support for react-native-windows #725

exotexot opened this issue Sep 2, 2020 · 4 comments
Labels

Comments

@exotexot
Copy link

exotexot commented Sep 2, 2020

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

@exotexot exotexot added the bug label Sep 2, 2020
@mrousavy
Copy link

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
Copy link

namrog84 commented Jun 13, 2022

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
Copy link

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

@Arthurmtro
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 participants