config for mobile
This commit is contained in:
@@ -55,6 +55,10 @@ const config: ExpoConfig = {
|
|||||||
typedRoutes: false,
|
typedRoutes: false,
|
||||||
},
|
},
|
||||||
extra: {
|
extra: {
|
||||||
|
eas: {
|
||||||
|
projectId: "e902f7e5-e514-42bd-9591-75738e3494ed"
|
||||||
|
},
|
||||||
|
|
||||||
appEnv: APP_ENV,
|
appEnv: APP_ENV,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"cli": {
|
||||||
|
"version": ">= 12.0.0",
|
||||||
|
"appVersionSource": "remote"
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"development": {
|
||||||
|
"developmentClient": true,
|
||||||
|
"distribution": "internal",
|
||||||
|
"ios": {
|
||||||
|
"simulator": true
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"EXPO_PUBLIC_APP_ENV": "dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"preview": {
|
||||||
|
"distribution": "internal",
|
||||||
|
"ios": {
|
||||||
|
"simulator": true
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"EXPO_PUBLIC_APP_ENV": "dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"production": {
|
||||||
|
"autoIncrement": true,
|
||||||
|
"env": {
|
||||||
|
"EXPO_PUBLIC_APP_ENV": "prod"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"submit": {
|
||||||
|
"production": {
|
||||||
|
"ios": {
|
||||||
|
"appleTeamId": "RK9WWM4Q99"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "expo start",
|
"start": "expo start",
|
||||||
"ios": "expo run:ios --device",
|
"ios": "expo run:ios --device",
|
||||||
|
"publish:ios": "eas build --platform ios --auto-submit && echo 'Go to App Store Connect and submit the testflight build for app review. Visit for more information: https://docs.expo.dev/submit/introduction/'",
|
||||||
"android": "expo run:android",
|
"android": "expo run:android",
|
||||||
"compile": "tsc --noEmit",
|
"compile": "tsc --noEmit",
|
||||||
"lint": "expo lint"
|
"lint": "expo lint"
|
||||||
|
|||||||
Reference in New Issue
Block a user