użycie expo web browser do płatności

This commit is contained in:
2025-06-10 19:52:22 +02:00
parent 8f72f28566
commit 735801d14a
3 changed files with 63 additions and 50 deletions

View File

@@ -18,6 +18,18 @@
"bundleIdentifier": "com.hamx.artisanconnect"
},
"android": {
"intentFilters": [
{
"action": "VIEW",
"autoVerify": true,
"data": [
{
"scheme": "com.hamx.artisanconnect"
}
],
"category": ["BROWSABLE", "DEFAULT"]
}
],
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"