Skip to content

Commit 968e819

Browse files
authored
Add npm apis to show npm live version and total downloads
1 parent 0dd0845 commit 968e819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Expo Check Installed Apps
22

3+
<div style="display: flex; gap: 10px; align-items: center;">
4+
<img src="https://img.shields.io/npm/v/expo-check-installed-apps?color=orange&style=flat-square&logo=npm" alt="npm version"/>
5+
<img src="https://img.shields.io/npm/dt/expo-check-installed-apps?color=darkgreen&style=flat-square&logo=npm" alt="npm downloads"/>
6+
</div>
7+
8+
39
A **config plugin** for Expo to check for the existence of installed apps on Android and iOS.
410

511
> **Note:** This library supports **Expo SDK 51 and above**.

0 commit comments

Comments
 (0)