Skip to content

Commit c20d690

Browse files
committed
docs: add Expo Snack badge and live demo link to README for easier access
1 parent 58eda9a commit c20d690

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ React Native alert & dialog library. Queue multiple alerts, use async/await, and
44

55
[![npm version](https://img.shields.io/npm/v/react-native-alert-queue?style=flat-square)](https://www.npmjs.com/package/react-native-alert-queue)
66
[![npm downloads](https://img.shields.io/npm/dm/react-native-alert-queue?style=flat-square)](https://www.npmjs.com/package/react-native-alert-queue)
7+
[![Run in Expo Snack](https://img.shields.io/badge/Run%20in-Expo%20Snack-4630EB.svg?logo=expo)](https://snack.expo.dev/@xxsnakerxx/react-native-alert-queue)
78
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
89
[![GitHub Sponsors](https://img.shields.io/github/sponsors/xxsnakerxx?style=flat-square)](https://github.com/sponsors/xxsnakerxx)
910

@@ -27,7 +28,12 @@ React Native alert & dialog library. Queue multiple alerts, use async/await, and
2728

2829
See how `react-native-alert-queue` works in action! 🚀
2930

30-
---
31+
### 🚀 Live Demo (Expo Snack)
32+
33+
Try it instantly in your browser:
34+
35+
👉 https://snack.expo.dev/@xxsnakerxx/react-native-alert-queue
36+
3137

3238
### 🛠 Basics
3339

0 commit comments

Comments
 (0)