diff --git a/example/app.json b/example/app.json index 702a7c7..380709b 100644 --- a/example/app.json +++ b/example/app.json @@ -38,7 +38,7 @@ "policy": "appVersion" }, "updates": { - "url": "https://u.expo.dev/6905d78c-6ca4-4b50-b202-df298c40059a" + "url": "https://u.expo.dev/ec1b5c8a-2789-42ea-835b-e24db32c5e5d" } } } diff --git a/example/eas.json b/example/eas.json index c0cf0b2..622c85b 100644 --- a/example/eas.json +++ b/example/eas.json @@ -1,6 +1,6 @@ { "build": { - "dev": { + "development": { "developmentClient": true, "channel": "development", "distribution": "internal", @@ -8,11 +8,11 @@ "simulator": true } }, - "stg": { + "staging": { "distribution": "internal", "channel": "staging" }, - "prod": { + "production": { "channel": "production" } } diff --git a/example/package.json b/example/package.json index b4166be..794843b 100644 --- a/example/package.json +++ b/example/package.json @@ -7,15 +7,15 @@ "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", - "build:dev": "eas build --profile dev --platform all", - "build:dev:ios": "eas build --profile dev --platform ios", - "build:dev:android": "eas build --profile dev --platform android", - "build:stg": "eas build --profile stg --platform all", - "build:stg:ios": "eas build --profile stg --platform ios", - "build:stg:android": "eas build --profile stg --platform android", - "build:prod": "eas build --profile prod --platform all", - "build:prod:ios": "eas build --profile prod --platform ios", - "build:prod:android": "eas build --profile prod --platform android" + "build:dev": "eas build --profile development --platform all", + "build:dev:ios": "eas build --profile development --platform ios", + "build:dev:android": "eas build --profile development --platform android", + "build:stg": "eas build --profile staging --platform all", + "build:stg:ios": "eas build --profile staging --platform ios", + "build:stg:android": "eas build --profile staging --platform android", + "build:prod": "eas build --profile production --platform all", + "build:prod:ios": "eas build --profile production --platform ios", + "build:prod:android": "eas build --profile production --platform android" }, "dependencies": { "@react-native-async-storage/async-storage": "1.18.2",