picache
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i picache

Weekly Downloads

1

Version

1.0.13

License

MIT

Unpacked Size

9.86 kB

Total Files

8

Last publish

Collaborators

  • benawad