Skip to content

Commit 60c2606

Browse files
committed
Remove ChatGPT output traces from readme 🤡
- Update app version to 0.2.7
1 parent c8b437f commit 60c2606

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Here’s an improved and polished version of the README documentation for clarity, readability, and professionalism:
2-
3-
---
4-
51
# Expo Check Installed Apps
62

73
A **config plugin** for Expo to check for the existence of installed apps on Android and iOS.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"expo": "~51.0.28",
1313
"react": "18.2.0",
1414
"react-native": "0.74.5",
15-
"expo-check-installed-apps": "0.2.5"
15+
"expo-check-installed-apps": "0.2.6"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-check-installed-apps",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Expo Package to check the installed apps in android and ios",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)