Skip to content

Commit

Permalink
Switch to new expo project
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 authored Sep 4, 2024
1 parent 36ca345 commit 4f677de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"expo": {
"name": "hn-10",
"slug": "hn-10",
"slug": "hn10",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "hntt",
"scheme": "hnten",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"bundleIdentifier": "me.josephcosentino.hntt",
"bundleIdentifier": "me.josephcosentino.hnten",
"supportsTablet": false
},
"plugins": [
Expand All @@ -27,7 +27,7 @@
"origin": false
},
"eas": {
"projectId": "efbbf69e-c5aa-4e29-b90a-3125b311bdeb"
"projectId": "1680975c-94e3-4127-bdc3-3b186ea46851"
}
}
}
Expand Down

0 comments on commit 4f677de

Please sign in to comment.