From ca680e1119369280f63c9da2e5e67386713a521f Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 11 Dec 2025 13:29:10 +0100 Subject: [PATCH 1/2] docs: add build and npm badges --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2367a57..fc6764e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # @rive-app/react-native +![Build Status](https://github.com/rive-app/rive-nitro-react-native/actions/workflows/ci.yml/badge.svg) +![NPM Version](https://img.shields.io/npm/v/@rive-app/react-native) + Rive React Native 2.0 ## Development Preview @@ -117,6 +120,7 @@ export default { }, }; ``` + ## Error Handling @@ -254,4 +258,3 @@ MIT --- Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob) - From 8e463ba60c54e66e8d5feb3ac0118d4b25dc257c Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 11 Dec 2025 13:38:53 +0100 Subject: [PATCH 2/2] docs: badges with links --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc6764e2..a1b52db6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # @rive-app/react-native -![Build Status](https://github.com/rive-app/rive-nitro-react-native/actions/workflows/ci.yml/badge.svg) -![NPM Version](https://img.shields.io/npm/v/@rive-app/react-native) +[![Build](https://github.com/rive-app/rive-nitro-react-native/actions/workflows/ci.yml/badge.svg)](https://github.com/rive-app/rive-nitro-react-native/actions) +[![NPM Version](https://img.shields.io/npm/v/@rive-app/react-native)](https://www.npmjs.com/package/@rive-app/react-native) +[![Downloads](https://img.shields.io/npm/dm/@rive-app/react-native)](https://www.npmjs.com/package/@rive-app/react-native) +[![React Native](https://img.shields.io/badge/React_Native-0.78+-61dafb)](https://reactnative.dev/) +[![iOS](https://img.shields.io/badge/iOS-15.1+-blue)](#requirements) +[![Android](https://img.shields.io/badge/Android-7.0+-green)](#requirements) Rive React Native 2.0