-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comparison with Expo Image and FastImage? #10
Comments
I came here to ask the same thing, @gtokman if you could tell us the differences and any advantages to using this over Expo image that would be great! |
I'm considering fast-image as an alternative to expo-image as expo-image has a critical issue with memory expo/expo#26781 In the readme of faster-image, it said that it controls requests so I hope there's no issue like that in expo-image. Did I get that right? |
faster image better than expo image because it's based on Nuke, which better than SDWebImage. Android => expo image better |
no
no bro, faster image use Coil instead of Glide on expo image -> faster image android is better |
I can not find any information that help me know Coil work better than Glide, can you provide it? Thanks |
I experienced crashed in an expo-image on Android displaying a gif file of around 50gif in the list it will crash coil work better than glide |
I think we will only have "trust me bro" answers on this. So best is to tests and use the one that works for us 😄 |
The package looks great! Nice to see someone picking up the void from the unmaintained FastImage!
However - One thing I'm missing in the docs is a comparison between FastImage (since it has a lot of users), and the more recent Expo Image. It would make it easier to understand why/when to pick one over the other.
The text was updated successfully, but these errors were encountered: