From 760cd03a04255f7bab85a0ec2430807e1fc66930 Mon Sep 17 00:00:00 2001 From: Deshan Madurajith Date: Thu, 31 Jul 2025 08:51:31 +0530 Subject: [PATCH] feat: added npm badges to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a3f6d8..f74f93d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # react-native-outlined-text +[![npm](https://img.shields.io/npm/v/@donkasun/react-native-outlined-text)](https://www.npmjs.com/package/@donkasun/react-native-outlined-text) +[![npm downloads](https://img.shields.io/npm/dm/@donkasun/react-native-outlined-text)](https://www.npmjs.com/package/@donkasun/react-native-outlined-text) + + [![React Native](https://img.shields.io/badge/react%20native-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)](https://reactnative.dev/) [![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![React Native SVG](https://img.shields.io/badge/react%20native%20svg-%23E23237.svg?style=for-the-badge&logo=svg&logoColor=white)](https://github.com/react-native-svg/react-native-svg) @@ -185,4 +189,4 @@ Pull requests, feedback, and suggestions are welcome! ## License -MIT © [donkasun](https://github.com/donkasun) \ No newline at end of file +MIT © [donkasun](https://github.com/donkasun)