Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 597 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 597 Bytes

CacheImage

This project is for exploring the possibilities and feasibilities of different solutions of caching images in react native.

  1. React Native Built-in Image Library
  2. wcandillon's react-native-expo-image-cache
  3. React Native Fast Image

Usage

This project is a expo bare-workflow project. Run yarn ios to run the project

References

  1. wcandillon's react-native-expo-image-cache https://github.com/wcandillon/react-native-expo-image-cache
  2. Self-implementing image caching https://medium.com/one-more-thing-studio/caching-your-images-on-react-native-with-expo-7bff361dbd54