-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 loc) · 955 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"expo": {
"name": "Solana wallet",
"description": "Wallet: Solana wallet with React Native & Expo",
"scheme": "solanawallet",
"slug": "solanaWallet",
"privacy": "public",
"version": "0.5.0",
"platforms": [
"android",
"ios"
],
"githubUrl": "https://github.com/linktel0/pandas-wallet.git",
"orientation": "portrait",
"primaryColor": "#818cf8",
"icon": "src/assets/icon.png",
"splash": {
"backgroundColor": "#818cf8",
"image": "src/assets/splash.png",
"resizeMode": "contain"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"versionCode": 50,
"package": "com.linktel.solanaWallet"
},
"ios": {
"buildNumber": "0.5.0",
"supportsTablet": true
},
"extra": {
"eas": {
"projectId": "7d70bda7-253e-4250-b701-041ea98b1013"
}
}
}
}