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

react-native-sdwebimage

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-sdwebimage

SDWebImage for React Native iOS

latest
Source
npmnpm
Version
1.3.1
Version published
Maintainers
1
Created
Source

SDWebImage for React Native iOS

React Native SDWebImage is released under the MIT license. Current npm package version. Current npm package download in last month. PRs welcome!

Getting started

$ npm install react-native-sdwebimage --save

Mostly automatic installation

$ react-native link react-native-sdwebimage
$ cd ios && pod install

Usage

import RNSDWebImage from 'react-native-sdwebimage';

<RNSDWebImage
  style={{ width: 100, height: 100 }}
  source={{
    uri: 'https://i.imgur.com/Hep1hx2.jpg',
    priority: RNSDWebImage.priority.high
  }}
  resizeMode="cover"
/>

License

React Native SDWebImage is MIT licensed, as found in the LICENSE file.

Keywords

react-native

FAQs

Package last updated on 29 Aug 2022

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