Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawad/picache
A React Native component to automatically cache images
https://github.com/benawad/picache
cache expo image image-cache react-native
Last synced: 2 months ago
JSON representation
A React Native component to automatically cache images
- Host: GitHub
- URL: https://github.com/benawad/picache
- Owner: benawad
- Created: 2018-03-01T18:43:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T20:58:06.000Z (over 1 year ago)
- Last Synced: 2024-10-23T02:34:17.998Z (2 months ago)
- Topics: cache, expo, image, image-cache, react-native
- Language: TypeScript
- Homepage:
- Size: 462 KB
- Stars: 40
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Picache
A React Native component that will automatically cache images.
## Usage
```bash
yarn add picache
```Use Picache the same way you would use an `` component.
```js
import Picache from "picache";const App = () => (
);
``````js
import Picache from "picache";const App = () => (
);
``````js
import Picache from "picache";const App = () => (
);
```