From 6a3c27479eecd92a2196e5e97e691dc37272256c Mon Sep 17 00:00:00 2001 From: Mayank Patel Date: Thu, 9 Apr 2026 00:05:13 -0400 Subject: [PATCH] fix: Fix the npm version badge in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c0fda..35f7d27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## react-native-floating-labels [![CI](https://github.com/mayank-patel/react-native-floating-labels/actions/workflows/ci.yml/badge.svg)](https://github.com/mayank-patel/react-native-floating-labels/actions/workflows/ci.yml) -[![npm version](https://badge.fury.io/js/react-native-floating-labels.svg)](https://badge.fury.io/js/react-native-floating-labels) +![NPM Version](https://img.shields.io/npm/v/react-native-floating-labels) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) An animated floating label `` component for React Native (iOS, Android, and web via react-native-web).