Skip to content

Commit b5ba7f1

Browse files
committed
Fixed text storage of sensitive data
1 parent 3f67179 commit b5ba7f1

4 files changed

Lines changed: 1169 additions & 988 deletions

File tree

app.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
"experiments": {
5555
"typedRoutes": true,
5656
"reactCompiler": true
57+
},
58+
"extra": {
59+
"router": {},
60+
"eas": {
61+
"projectId": "ab5e7b7b-eb2e-49f5-9a61-01529d4cae27"
62+
}
5763
}
5864
}
5965
}

eas.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"cli": {
3+
"version": ">= 18.0.1",
4+
"appVersionSource": "remote"
5+
},
6+
"build": {
7+
"development": {
8+
"developmentClient": true,
9+
"distribution": "internal"
10+
},
11+
"preview": {
12+
"android": {
13+
"buildType": "apk"
14+
}
15+
},
16+
"production": {
17+
"autoIncrement": true
18+
}
19+
},
20+
"submit": {
21+
"production": {}
22+
}
23+
}

0 commit comments

Comments
 (0)