Is it abandoned?
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
@DylanVann
This project is abandoned. Any possible maintainers?
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).
Hi @pduggi-cf Looks like the creator has completely abandoned this repo. Do you mind forking into a new repo and continuing the maintenance?
any available alternative?.... facing image caching issues on iOS causing app to go out of memory even though we have fail sails in place...
I am interested in maintaining this repository.
expo-image is alternative library available. Has anyone used it?
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 }} />
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 }} />
expo-image is alternative library available. Has anyone used it?
problem is that it does not cache the image
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
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.
I created a new package. react-native-turbo-image. It also works with new architecture.
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??
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.