Skip to content

Commit 699763b

Browse files
authored
chore: add badge (#35)
Update readme and addd badge.
1 parent 9a17f3c commit 699763b

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
![](./docs/hero-banner.png)
22

3+
<p align="center">
4+
<a href="https://github.com/imwithye/react-native-remark/actions/workflows/build.yml">
5+
<picture>
6+
<img src="https://github.com/imwithye/react-native-remark/actions/workflows/build.yml/badge.svg?branch=main" />
7+
</picture>
8+
</a>
9+
<a href="https://www.npmjs.com/package/react-native-remark">
10+
<picture>
11+
<img src="https://img.shields.io/npm/v/react-native-remark" />
12+
</picture>
13+
</a>
14+
<a href="https://www.npmjs.com/package/react-native-remark">
15+
<picture>
16+
<img src="https://img.shields.io/npm/dw/react-native-remark" />
17+
</picture>
18+
</a>
19+
<a href="https://www.npmjs.com/package/react-native-remark">
20+
<picture>
21+
<img src="https://img.shields.io/npm/types/react-native-remark" />
22+
</picture>
23+
</a>
24+
<a href="https://github.com/imwithye/react-native-remark/blob/main/LICENSE">
25+
<picture>
26+
<img src="https://img.shields.io/github/license/imwithye/react-native-remark" />
27+
</picture>
28+
</a>
29+
</p>
30+
331
**react-native-remark** provides elegant and powerful Markdown rendering capabilities for React Native applications.
432

533
## Features
@@ -83,4 +111,11 @@ cd example && pnpm i && pnpm run ios
83111

84112
## Star History
85113

86-
[![Star History Chart](https://api.star-history.com/svg?repos=imwithye/react-native-remark&type=Date)](https://www.star-history.com/#imwithye/react-native-remark&Date)
114+
<a href="https://www.star-history.com/#imwithye/react-native-remark&Date">
115+
<picture>
116+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=imwithye/react-native-remark&type=Date&theme=dark" />
117+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=imwithye/react-native-remark&type=Date" />
118+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=imwithye/react-native-remark&type=Date" width="100%" />
119+
</picture>
120+
</a>
121+

0 commit comments

Comments
 (0)