Dependency fix and added apk build
This commit is contained in:
parent
c17c2dd31a
commit
cd5c6a87b5
1
app.json
1
app.json
@ -3,7 +3,6 @@
|
||||
"name": "my-drawer-app",
|
||||
"slug": "my-drawer-app",
|
||||
"version": "1.0.0",
|
||||
"projectId": "361036ad-f0cf-41d1-ba27-d3f39f6019dc",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/icon.png",
|
||||
"scheme": "mydrawerapp",
|
||||
|
||||
9
eas.json
9
eas.json
@ -9,7 +9,14 @@
|
||||
"distribution": "internal"
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal"
|
||||
"android": {"buildType": "apk"}
|
||||
},
|
||||
"debug":{
|
||||
"developmentClient": false,
|
||||
"android": {
|
||||
"gradleCommand": ":app:assembleDebug",
|
||||
"buildType": "apk"
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"autoIncrement": true
|
||||
|
||||
28
package.json
28
package.json
@ -12,31 +12,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/metro-runtime": "~6.1.2",
|
||||
"@expo/vector-icons": "^15.0.2",
|
||||
"expo": "^54.0.10",
|
||||
"expo-constants": "~18.0.9",
|
||||
"expo-dev-client": "~6.0.12",
|
||||
"expo-device": "~8.0.8",
|
||||
"expo-font": "~14.0.8",
|
||||
"expo-haptics": "~15.0.7",
|
||||
"expo-image": "~3.0.8",
|
||||
"expo-linking": "~8.0.8",
|
||||
"expo-notifications": "~0.32.11",
|
||||
"expo-permissions": "^14.4.0",
|
||||
"expo-router": "~6.0.8",
|
||||
"expo": "~54.0.11",
|
||||
"expo-device": "~8.0.9",
|
||||
"expo-notifications": "~0.32.12",
|
||||
"expo-router": "~6.0.9",
|
||||
"expo-splash-screen": "~31.0.10",
|
||||
"expo-status-bar": "~3.0.8",
|
||||
"expo-symbols": "~1.0.7",
|
||||
"expo-system-ui": "~6.0.7",
|
||||
"expo-web-browser": "~15.0.7",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-native": "0.81.4",
|
||||
"react-native-gesture-handler": "~2.28.0",
|
||||
"react-native-reanimated": "~4.1.1",
|
||||
"react-native-safe-area-context": "~5.6.0",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-web": "~0.21.0"
|
||||
"react-native": "0.81.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user