Skip to content

Commit

Permalink
docs: update readme (#368)
Browse files Browse the repository at this point in the history
add package version and monthly download
  • Loading branch information
duguyihou authored Oct 12, 2024
1 parent fb5ffa0 commit 108d58d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
<div align="center">
<h1>TurboImage</h1>
Performant image component for React Native. Powered by [Nuke](https://github.com/kean/Nuke) and [Coil](https://github.com/coil-kt/coil)

<a href="https://www.npmjs.com/package/react-native-turbo-image">
<img src="https://img.shields.io/npm/v/react-native-turbo-image.svg" alt="package version" />
</a>
<a href="https://www.npmjs.com/package/react-native-turbo-image">
<img src="https://img.shields.io/npm/dm/react-native-turbo-image" alt="npm downloads" />
</a>
</div>
<div align="center">
<img src="https://github.com/duguyihou/react-native-turbo-image/blob/main/example/assets/ios.gif" width="200" />

> You can find more examples in [example folder](https://github.com/duguyihou/react-native-turbo-image/tree/main/example)
</div>
# TurboImage

Performant image component for React Native. Powered by [Nuke](https://github.com/kean/Nuke) and [Coil](https://github.com/coil-kt/coil)

## Features

Expand Down

0 comments on commit 108d58d

Please sign in to comment.