initial development build for google sign in

This commit is contained in:
heyethereum
2024-07-08 07:47:34 +08:00
parent 82ba150ddc
commit af07ecb804
10 changed files with 4068 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
{
"expo": {
"name": "SafeQR",
"slug": "SafeQR",
"slug": "safeqr",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
@@ -20,6 +20,12 @@
},
"android": {
"package": "com.piggyinu.safeqr"
}
},
"extra": {
"eas": {
"projectId": "88ad983d-5ca3-44e6-bc1b-8a9a941af992"
}
},
"owner": "piggyinu"
}
}