From df8a837b24d047d3782996589a180ab9a50ba268 Mon Sep 17 00:00:00 2001 From: Matt Gros <3311227+mpge@users.noreply.github.com> Date: Sun, 5 Apr 2026 23:25:32 -0400 Subject: [PATCH] chore: add CI and license badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72360fa..9ec80e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Escalated for React Native +[![Tests](https://github.com/escalated-dev/escalated-react-native/actions/workflows/run-tests.yml/badge.svg)](https://github.com/escalated-dev/escalated-react-native/actions/workflows/run-tests.yml) +[![React Native](https://img.shields.io/badge/react--native-0.73+-61DAFB?logo=react&logoColor=white)](https://reactnative.dev/) +[![TypeScript](https://img.shields.io/badge/typescript-5.x-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/) + A full-featured, embeddable support ticket UI for React Native apps. Drop it into any React Native project — get a complete customer-facing helpdesk with ticket management, knowledge base, guest access, and SLA tracking. Connects to the Escalated REST API. **One provider, full support experience.** Wrap your app with `EscalatedProvider`, point it at your API, and every screen is ready — login, tickets, knowledge base, guest access. Customize colors, auth behavior, and locale with a single config object. TypeScript throughout.