An open API service indexing awesome lists of open source software.

https://github.com/evanbacon/react-native-fastest-image

The fastest most reliable Image component for React Native
https://github.com/evanbacon/react-native-fastest-image

greatest react react-native ultimate unicorn

Last synced: over 1 year ago
JSON representation

The fastest most reliable Image component for React Native

Awesome Lists containing this project

README

          

[![NPM](https://nodei.co/npm/react-native-fastest-image.png)](https://nodei.co/npm/react-native-fastest-image/)

# react-native-fastest-image

The fastest most reliable Image component for React Native. Don't @ me. This module can be used as a drop-in replacement for react-native's `Image` component.

## Installation

```bash
yarn add react-native-fastest-image
```

## Usage

Import the library into your JavaScript file:

```js
import Image from 'react-native-fastest-image';

function App() {
return ;
}
```

## Example

You can see a full example in this [**snack**](https://snack.expo.io/@bacon/react-native-fastest-image)