Files
trezor-suite/packages/connect-examples/mobile-expo/app.json
2024-10-15 15:51:46 +02:00

14 lines
316 B
JSON

{
"expo": {
"name": "connect-mobile-example",
"slug": "connect-mobile-example",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "light",
"ios": {
"supportsTablet": true
},
"scheme": "connectdeeplinkexample"
}
}