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

Is it abandoned?

Open sidferreira opened this issue 2 years ago • 16 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior if possible, or a link to a reproduction repo:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Dependency versions

  • React Native version:
  • React version:
  • React Native Fast Image version:

Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.

sidferreira avatar Sep 28 '23 11:09 sidferreira

@DylanVann

mskarimi avatar Oct 01 '23 11:10 mskarimi

This project is abandoned. Any possible maintainers?

knro avatar Oct 09 '23 11:10 knro

This project absolutely needs a maintainer, I see there are a lot of pull request. Please let me know if I can help in some way. I do not mind putting in 5 hours a week (Me or someone from my team).

pduggi-cf avatar Oct 12 '23 07:10 pduggi-cf

Hi @pduggi-cf Looks like the creator has completely abandoned this repo. Do you mind forking into a new repo and continuing the maintenance?

fleuverouge avatar Dec 14 '23 08:12 fleuverouge

any available alternative?.... facing image caching issues on iOS causing app to go out of memory even though we have fail sails in place...

noumantahir avatar Dec 14 '23 08:12 noumantahir

I am interested in maintaining this repository.

kunalchavhan avatar Jan 03 '24 09:01 kunalchavhan

expo-image is alternative library available. Has anyone used it?

kunalchavhan avatar Feb 06 '24 09:02 kunalchavhan

any available alternative?.... facing image caching issues on iOS causing app to go out of memory even though we have fail sails in place...

Try this one works on both platforms.

import BlastedImage from 'react-native-blasted-image';

<BlastedImage source={{ uri: 'https://example.com/image.png' }} resizeMode="cover" width={200} height={200} style={{ borderRadius: 10 }} />

Harshizonnet avatar Feb 19 '24 13:02 Harshizonnet

expo-image is alternative library available. Has anyone used it?

Try this one bro. it works fine on both.

import BlastedImage from 'react-native-blasted-image';

<BlastedImage source={{ uri: 'https://example.com/image.png' }} resizeMode="cover" width={200} height={200} style={{ borderRadius: 10 }} />

Harshizonnet avatar Feb 19 '24 13:02 Harshizonnet

expo-image is alternative library available. Has anyone used it?

problem is that it does not cache the image

CavalcanteLeo avatar Jul 11 '24 06:07 CavalcanteLeo

expo-image is alternative library available. Has anyone used it?

problem is that it does not cache the image

I think there is a cachePolicy you can use https://docs.expo.dev/versions/latest/sdk/image/#cachepolicy

yhl127 avatar Jul 12 '24 05:07 yhl127

Dream11 has forked this repo and created new package . @d11/react-native-fast-image Dream11 is actively maintaining this new package and will be fixing relevant and reproducible issues of this repository.

deepanshushuklad11 avatar Jul 16 '24 09:07 deepanshushuklad11

I created a new package. react-native-turbo-image. It also works with new architecture.

duguyihou avatar Jul 17 '24 10:07 duguyihou

Check out react-native-blasted-image if that maybe can be of interest 😃

Best regards! 🚀

xerdnu avatar Aug 21 '24 20:08 xerdnu

I created a new package. react-native-turbo-image. It also works with new architecture.

is there any specific reason why do you use Nuke and Coil??

hotaryuzaki avatar Aug 22 '24 07:08 hotaryuzaki

I created a new package. react-native-turbo-image. It also works with new architecture.

is there any specific reason why do you use Nuke and Coil??

The reason is simple. Nuke has good performance. I don't like writing Java and the performance of Coil is not bad.

duguyihou avatar Aug 22 '24 11:08 duguyihou