Importation automatique d'un train depuis Rail Planner par partage de l'URL d'un trajet

This commit is contained in:
2024-12-16 17:52:08 +01:00
parent 71b7df0008
commit b726305a44
6 changed files with 74 additions and 51 deletions

View File

@@ -31,7 +31,7 @@
"expo-notifications": "~0.29.11",
"expo-router": "~4.0.9",
"expo-secure-store": "~14.0.0",
"expo-share-extension": "^2.0.1",
"expo-share-intent": "^3.1.1",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.0",
@@ -8121,33 +8121,31 @@
"expo": "*"
}
},
"node_modules/expo-share-extension": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/expo-share-extension/-/expo-share-extension-2.0.1.tgz",
"integrity": "sha512-MFjzN8xapBAz3f8lZCTmgVYjVeVa8gUC0NLuTTMgeIwNlua3HW/ySbkYxyRsSX48q7MtVV/OwxqkOfnw6Bpj/w==",
"node_modules/expo-share-intent": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/expo-share-intent/-/expo-share-intent-3.1.1.tgz",
"integrity": "sha512-YoO7arEP8oRRevQ3digP7Fu1r1Nk6Zo2LfPndWfLXota1O8BLlAkl15W5dOLqRrYIAuRfQpcmmtXu/pUA0pvQg==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/achorein"
},
"https://www.buymeacoffee.com/achorein"
],
"license": "MIT",
"dependencies": {
"semver": "^7.6.3",
"zod": "^3.23.8"
"@expo/config-plugins": "^9.0.9",
"expo-constants": "^17.0.2",
"expo-linking": "~7.0.2"
},
"peerDependencies": {
"expo": "*",
"expo": "^52",
"expo-constants": ">=17.0.2",
"expo-linking": ">=7.0.2",
"react": "*",
"react-native": "*"
}
},
"node_modules/expo-share-extension/node_modules/semver": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/expo-splash-screen": {
"version": "0.29.18",
"resolved": "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-0.29.18.tgz",
@@ -16801,15 +16799,6 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/zod": {
"version": "3.24.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz",
"integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}