Skip to content

Commit 1169ac4

Browse files
feat: eas updates
1 parent 4367dff commit 1169ac4

File tree

4 files changed

+61
-5
lines changed

4 files changed

+61
-5
lines changed

apps/mobile/.fingerprintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
./google-services.json
2+
./GoogleService-Info.plist
3+
ios/
4+
android/

apps/mobile/eas.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"android": {
1616
"image": "latest"
17-
}
17+
},
18+
"channel": "base"
1819
},
1920
"maestro": {
2021
"extends": "base",

apps/mobile/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"expo-standard-web-crypto": "1.8.1",
121121
"expo-status-bar": "2.2.3",
122122
"expo-system-ui": "5.0.7",
123+
"expo-updates": "0.28.13",
123124
"fast-text-encoding": "1.0.6",
124125
"immer": "10.1.1",
125126
"just-memoize": "2.2.0",
@@ -132,6 +133,7 @@
132133
"react-hook-form": "7.56.3",
133134
"react-native": "0.79.2",
134135
"react-native-draggable-flatlist": "4.0.1",
136+
"react-native-edge-to-edge": "1.6.0",
135137
"react-native-gesture-handler": "2.24.0",
136138
"react-native-get-random-values": "1.11.0",
137139
"react-native-keyboard-aware-scroll-view": "0.9.5",

pnpm-lock.yaml

Lines changed: 53 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)