1.0.13 • Published 7 years ago

picache v1.0.13

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

Picache

A React Native component that will automatically cache images

Usage

yarn add picache
import Picache from "picache";

const App = () => (
  <Picache
    style={{ height: 200, width: 200 }}
    uri="http://via.placeholder.com/200x200"
  />
);

I use uri instead of source, but other than that you can pass any prop that Image would accept.

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago