diff --git a/README.md b/README.md index e2367a57..a1b52db6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # @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 ## Development Preview @@ -117,6 +124,7 @@ export default { }, }; ``` + ## Error Handling @@ -254,4 +262,3 @@ MIT --- Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob) -