Skip to content

EvanBacon/react-native-fastest-image

Repository files navigation

NPM

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

yarn add react-native-fastest-image

Usage

Import the library into your JavaScript file:

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

function App() {
  return <Image />;
}

Example

You can see a full example in this snack

About

The fastest most reliable Image component for React Native

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published