New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-disk-cached-image

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-native-disk-cached-image

A react native library that caches on disk with custom cache-key

unpublished
latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
0
Created
Source

react-native-disk-cached-image

This library is provided as-is and not looking to maintain it long-term, and simply for personal use.

A react native library that caches on disk with custom cache-key

Installation

npm install react-native-disk-cached-image

or

yarn install react-native-disk-cached-image

also requires react-native-file-access and crypto-js

Usage

import { CachedImage } from 'react-native-disk-cached-image';

// ...

<CachedImage
  style={{
    width: 200,
    height: 200,
  }}
  source={{ uri: remoteImageUrl }}
  defaultSource={require('../assets/placeholder.png')}
/>;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 12 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts