Skip to content

Commit

Permalink
expo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddha-Gade committed Jan 4, 2024
1 parent 864a597 commit 63e935f
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 4 deletions.
15 changes: 11 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"expo": {
"name": "Hospital-Manegement-App",
"scheme": "Hospital-Manegement-App",
"slug": "Hospital-Manegement-App",
"scheme": "hospitalmanagementapp",
"slug": "hospital-management-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -22,10 +22,17 @@
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.aniruddha_gade.hospitalappointmentbookingapp"
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"extra": {
"eas": {
"projectId": "80678d38-1cd6-4e73-97d9-3bb5b16c9d16"
}
},
"owner": "aniruddha_gade"
}
}
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 5.9.3"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"expo": "~49.0.15",
"expo-font": "~11.4.0",
"expo-status-bar": "~1.6.0",
"expo-updates": "^0.18.19",
"moment": "^2.30.1",
"react": "18.2.0",
"react-native": "0.72.6",
Expand Down

0 comments on commit 63e935f

Please sign in to comment.