Skip to content

Commit be624ef

Browse files
Kasendwaachorein
andauthored
feat: add vCard file sharing support in iOS share extension (#194)
* feat: add vCard file sharing support in iOS share extension * chore: update expo and related dependencies to latest versions * Remove expo-modules-autolinking patches * Remove expo-modules-autolinking patches * fix dependencies ; remove package-lock.json --------- Co-authored-by: Anselme <anselme@chorein.fr>
1 parent 4e4f342 commit be624ef

12 files changed

Lines changed: 2731 additions & 7730 deletions

File tree

example/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"postinstall": "patch-package"
1919
},
2020
"dependencies": {
21-
"expo": "54.0.7",
21+
"expo": "^54.0.10",
2222
"expo-dev-client": "~6.0.12",
2323
"expo-linking": "~8.0.8",
2424
"expo-splash-screen": "~31.0.10",
2525
"expo-status-bar": "~3.0.8",
26-
"expo-updates": "~29.0.10",
26+
"expo-updates": "~29.0.11",
2727
"patch-package": "^8.0.0",
2828
"react": "19.1.0",
2929
"react-dom": "19.1.0",
30-
"react-native": "0.81.4",
30+
"react-native": "0.81.5",
3131
"react-native-web": "^0.21.0"
3232
},
3333
"devDependencies": {

example/basic/patches/expo-modules-autolinking+3.0.10.patch

Lines changed: 0 additions & 1823 deletions
This file was deleted.

example/basic/yarn.lock

Lines changed: 885 additions & 762 deletions
Large diffs are not rendered by default.

example/expo-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
},
1818
"dependencies": {
1919
"@expo/metro-runtime": "~6.1.2",
20-
"expo": "54.0.7",
21-
"expo-constants": "~18.0.8",
20+
"expo": "54.0.22",
21+
"expo-constants": "~18.0.10",
2222
"expo-linking": "~8.0.8",
23-
"expo-router": "~6.0.5",
23+
"expo-router": "~6.0.14",
2424
"expo-splash-screen": "~31.0.10",
2525
"expo-status-bar": "~3.0.8",
2626
"patch-package": "^8.0.0",
2727
"react": "19.1.0",
28-
"react-native": "0.81.4",
28+
"react-native": "0.81.5",
2929
"react-native-safe-area-context": "~5.6.0",
3030
"react-native-screens": "~4.16.0"
3131
},

example/expo-router/patches/expo-modules-autolinking+3.0.10.patch

Lines changed: 0 additions & 1823 deletions
This file was deleted.

example/expo-router/yarn.lock

Lines changed: 837 additions & 710 deletions
Large diffs are not rendered by default.

example/react-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@react-navigation/native": "^7.0.2",
2020
"@react-navigation/native-stack": "^7.0.2",
2121
"@react-navigation/stack": "^7.0.2",
22-
"expo": "54.0.7",
22+
"expo": "54.0.22",
2323
"expo-linking": "~8.0.8",
2424
"expo-splash-screen": "~31.0.10",
2525
"expo-status-bar": "~3.0.8",
2626
"patch-package": "^8.0.0",
2727
"react": "19.1.0",
28-
"react-native": "0.81.4",
28+
"react-native": "0.81.5",
2929
"react-native-gesture-handler": "~2.28.0",
3030
"react-native-safe-area-context": "~5.6.0",
3131
"react-native-screens": "~4.16.0"

example/react-navigation/patches/expo-modules-autolinking+3.0.10.patch

Lines changed: 0 additions & 1823 deletions
This file was deleted.

example/react-navigation/yarn.lock

Lines changed: 910 additions & 779 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@expo/config-plugins": "~10.1.1",
60-
"expo-constants": "~17.1.7",
60+
"expo-constants": "~18.0.8",
6161
"expo-linking": "~7.1.7"
6262
},
6363
"resolutions": {

0 commit comments

Comments
 (0)