100.0.0 • Published 5 years ago

react-native-fastest-image v100.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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 />;
}