We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd0845 commit 968e819Copy full SHA for 968e819
README.md
@@ -1,5 +1,11 @@
1
# Expo Check Installed Apps
2
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
9
A **config plugin** for Expo to check for the existence of installed apps on Android and iOS.
10
11
> **Note:** This library supports **Expo SDK 51 and above**.
0 commit comments