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
- Host: GitHub
- URL: https://github.com/evanbacon/react-native-fastest-image
- Owner: EvanBacon
- License: mit
- Created: 2019-08-14T19:20:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T16:40:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T13:11:32.222Z (over 1 year ago)
- Topics: greatest, react, react-native, ultimate, unicorn
- Language: TypeScript
- Size: 2.93 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)