Skip to content

Commit

Permalink
Configure eas
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Sep 12, 2024
1 parent c8e906f commit 8b3721e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
7 changes: 6 additions & 1 deletion example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
}
}
]
]
],
"extra": {
"eas": {
"projectId": "588fcc97-16f5-477c-92bf-b59fbeba89a3"
}
}
}
}
26 changes: 26 additions & 0 deletions example/eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"cli": {
"version": ">= 12.3.0",
"appVersionSource": "remote"
},
"build": {
"simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
4 changes: 3 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"scripts": {
"start": "expo start",
"ios": "expo run:ios --scheme",
"android": "expo run:android"
"android": "expo run:android",
"build": "eas build --local --platform ios --profile simulator"
},
"dependencies": {
"expo": "~51.0.32",
"expo-build-properties": "~0.12.5",
"expo-dev-client": "~4.0.26",
"react": "18.2.0",
"react-native": "0.74.5"
},
Expand Down

0 comments on commit 8b3721e

Please sign in to comment.