2 |
3 |

9 |
10 | # React Native Better Image
11 |
12 | A better image component for react-native with fallback images & progressive loading support
13 |
14 | Built on top of `View`, `Image` & `Animated` components
15 |
16 | [![Build Status][build-badge]][build]
17 | [![Maintainability][maintainability-badge]][maintainability-url]
18 | [![Test Coverage][coverage-badge]][coverage-url]
19 |
20 | [![Version][version-badge]][package]
21 | [![Downloads][downloads-badge]][npmtrends]
22 | [![Bundlephobia][bundle-phobia-badge]][bundle-phobia]
23 |
24 | [![Star on GitHub][github-star-badge]][github-star]
25 | [![Watch on GitHub][github-watch-badge]][github-watch]
26 | [![Twitter Follow][twitter-badge]][twitter]
27 |
28 | [![donate][coffee-badge]][coffee-url]
29 | [![sponsor][sponsor-badge]][sponsor-url]
30 | [![support][support-badge]][support-url]
31 |
32 | [![Storybook][storybook-badge]][website] [![Chromatic][chromatic-badge]][chromatic]
33 |
34 | 
35 |
36 | ### Compatible with Expo & React Native Web 🚀
37 |
38 | ### PRs Welcome 👍✨
39 |
40 |
41 |
42 | - 📦 [Installation](#installation)
43 | - ℹ️ [Usage](#usage)
44 | - 📃 [Documentation][website]
45 | - ✨ [Motivation](#motivation)
46 | - 📱 [Example App][expo]
47 |
48 | ## Installation
49 |
50 | ```sh
51 | yarn add react-native-better-image
52 |
53 | #or
54 |
55 | npm install react-native-better-image
56 | ```
57 |
58 | ## Usage
59 |
60 | ```js
61 | import BetterImage from 'react-native-better-image';
62 |
63 | // ...
64 |
65 |