ClipSync-Mobile/eas.json
Djalim Simaila b11eb932d6 🔧 chore(eas.json): add android buildType to development and production configurations to specify APK build type
🔧 chore(package.json): downgrade @react-native-async-storage/async-storage, react-native-pager-view, react-native-safe-area-context, and react-native-screens to improve compatibility
 feat(package.json): add expo-dev-client to dependencies to enable development client functionality
2024-04-05 11:20:17 +02:00

26 lines
387 B
JSON

{
"cli": {
"version": ">= 7.6.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal"
},
"production": {
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {}
}
}