react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

Need an alternative, this repo is dead

Open karam1ashqar opened this issue 2 years ago • 16 comments

Several significant issues: OnLoad, OnProgress, OnLoadEnd events are not called in android, New Fabric Architecture Support, crashing on nexus devices, and more, we need an alternative

karam1ashqar avatar Sep 01 '23 00:09 karam1ashqar

@karam1ashqar have you tried https://docs.expo.dev/versions/latest/sdk/image/ ? That looks like a potential replacement

jzaefferer avatar Sep 04 '23 08:09 jzaefferer

Hi @jzaefferer do you have any other alternative solution without using the expo project

mvn-tonynguyen-hn avatar Sep 05 '23 08:09 mvn-tonynguyen-hn

@karam1ashqar Possibly this one?: https://github.com/georstat/react-native-image-cache

julwil avatar Sep 06 '23 14:09 julwil

for Android this is best lib, for IOS please using faster-image, it's better by using Nuke

fukemy avatar Sep 07 '23 08:09 fukemy

Hopefully someone can continue to maintain this repository... The repo is very useful at any time:disappointed:.

arlovip avatar Sep 08 '23 09:09 arlovip

@karam1ashqar Not all features available yet but maybe this repo works for you https://github.com/xerdnu/react-native-blasted-image

spark3y avatar Oct 16 '23 16:10 spark3y

Is https://www.npmjs.com/package/react-native-blasted-image a good choice? Trying to find a good replacement for react-native-fast-image without using expo-image?

KristiMita avatar Dec 04 '23 22:12 KristiMita

@xerdnu, can you mention the differences between blasted image and this repo?

As you say there it is inspired by this one, but I am curious about why you didn't a fork instead

diegodorado avatar Dec 28 '23 21:12 diegodorado

@diegodorado react-native-blasted-image is a simplified image component that handles the most regular use cases without overcomplicating stuff.

I have no interest in forking this project as it just has too many features for me that i just dont need and have no interest in maintaining.

Personally i just wanted a streamlined image component that gets the job done with the most common features.

Best regards! 🚀

xerdnu avatar Dec 31 '23 02:12 xerdnu

expo-image is the best choice now

fukemy avatar Dec 31 '23 04:12 fukemy

If someone doesn't felling good to maintain a public repo anymore, why can't he/she just authorized permission for anyone else before leaving? I believe many others willing to be authorized this repo.

Or may be it's a sad story, she/he gone actually?

ngdbao avatar Feb 26 '24 03:02 ngdbao

Everyone should migrate to expo libraries as they are highly maintained with high quality. This repo is a proof of this

karam1ashqar avatar Feb 26 '24 05:02 karam1ashqar

Everyone should migrate to expo libraries as they are highly maintained with high quality. This repo is a proof of this

I'd love to. But the price paid is relatively high, that means the whole project's all dependencies and the structure will be corrupted. From where I stand, so, we should find a better way to support the repos instead.

arlovip avatar Feb 26 '24 09:02 arlovip

stand Expo is mostly free except EAS for building and publishing which you don't have to use basically

karam1ashqar avatar Feb 26 '24 15:02 karam1ashqar

Everyone should migrate to expo libraries as they are highly maintained with high quality. This repo is a proof of this

I'd love to. But the price paid is relatively high, that means the whole project's all dependencies and the structure will be corrupted. From where I stand, so, we should find a better way to support the repos instead.

You can use expo-image without going all in on the Expo ecosystem.

There's also a new alternative, Faster Image, https://github.com/candlefinance/faster-image

AdamGerthel avatar Mar 21 '24 08:03 AdamGerthel