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

Is it abandoned? #1009

Open
sidferreira opened this issue Sep 28, 2023 · 9 comments
Open

Is it abandoned? #1009

sidferreira opened this issue Sep 28, 2023 · 9 comments
Labels

Comments

@sidferreira
Copy link

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.

@mskarimi
Copy link

mskarimi commented Oct 1, 2023

@DylanVann

@knro
Copy link

knro commented Oct 9, 2023

This project is abandoned. Any possible maintainers?

@pduggi-cf
Copy link

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).

@fleuverouge
Copy link

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

@noumantahir
Copy link

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

@kunalchavhan
Copy link

I am interested in maintaining this repository.

@kunalchavhan
Copy link

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

@Harshizonnet
Copy link

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

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 }}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants