I am working with Expo and i dont want to use dev client. Anyone got any alternative to react-native-fast-image or a way to implement it without using dev client?
Asked
Active
Viewed 653 times
3
-
This question is marked with `react` tags. If you're using react, then how do you plan on avoiding processing on the client-side? β bobsbeenjamin Feb 18 '23 at 01:01
2 Answers
1
expo-image is a better alternative to react-native-fast-image. It is still new package. Here's link for it's doc https://docs.expo.dev/versions/latest/sdk/image/

Chirag
- 11
- 3
-
As itβs currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). β Community Apr 14 '23 at 08:13
-
it has "Disk and memory caching", among other things, but that's what made fast-image so good. So there you have it. β SeanMC Aug 30 '23 at 01:52
0
There are bunch of alternatives available instead of react-native-fast-image . These are some of them
- react-native-scroll-lazy
- @times-components/lazy-load
- @freakycoder/react-native-progressive-fast-image
- react-native-progressive-image
- react-native-just-timeline
- rn-progressive-image
Try anything from these.

Bala Vigness
- 371
- 1
- 3
- 10