Set up Expo OTA updates and CI workflows
This commit is contained in:
+6
-1
@@ -18,6 +18,7 @@
|
||||
"expo-splash-screen": "~56.0.10",
|
||||
"expo-status-bar": "~56.0.4",
|
||||
"expo-system-ui": "~56.0.5",
|
||||
"expo-updates": "~56.0.21",
|
||||
"nativewind": "^4.2.6",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
@@ -37,7 +38,11 @@
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web"
|
||||
"web": "expo start --web",
|
||||
"update:preview": "eas update --channel preview --environment preview",
|
||||
"update:production": "eas update --channel production --environment production",
|
||||
"build:android:preview": "eas build --platform android --profile preview --non-interactive",
|
||||
"build:android:production": "eas build --platform android --profile production --non-interactive"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user