Files
self/app/app.json
Justin Hernandez ac1e6fdb44 [SELF-2033] bugfix: clipped card header (#1778)
* simplify Id and Kyc Card to make it easier to fix header

* format

* fix global Buffer polyfill

* fix padding

* remove dev card screen

* minor fixes
2026-02-19 23:27:59 -08:00

17 lines
321 B
JSON

{
"name": "OpenPassport",
"displayName": "Self App",
"expo": {
"name": "Self App",
"slug": "self-app",
"version": "2.9.16",
"platforms": ["ios", "android"],
"ios": {
"bundleIdentifier": "com.proofofpassportapp"
},
"android": {
"package": "com.proofofpassportapp"
}
}
}