Update app configuration and dependencies: add splash screen settings, update expo and related packages, and remove unused splash icon.
This commit is contained in:
17
app.json
17
app.json
@@ -30,6 +30,21 @@
|
||||
"eas": {
|
||||
"projectId": "280bed78-9335-4b73-a686-15a9f726a7ad"
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"expo-font",
|
||||
[
|
||||
"expo-splash-screen",
|
||||
{
|
||||
"backgroundColor": "#17b69b",
|
||||
"image": "./assets/splash-icon.png",
|
||||
"dark": {
|
||||
"image": "./assets/splash-icon.png",
|
||||
"backgroundColor": "#232323"
|
||||
},
|
||||
"imageWidth": 200
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user