我正在尝试使我的应用程序的 .aab 和 .apk 与 eas-cli 进行原生反应,一切都实现得很好,但尽管我更改了 app.json 中的版本,并更新了图像目录,但我手机上安装的应用程序使用 expo 默认附带的图标和启动屏幕。我想知道如何让它们更新,我已经验证我的目录没问题
\n应用程序.json
\n{\n "expo": {\n "name": "xooc-numeros",\n "slug": "xooc-numeros",\n "version": "2.2.1",\n "orientation": "portrait",\n "icon": "./assets/imgs/icon1.png",\n "userInterfaceStyle": "light",\n "splash": {\n "image": "./assets/imgs/splash1.png",\n "resizeMode": "contain",\n "backgroundColor": "#ffffff"\n },\n "packagerOpts": {\n "sourceExts": [\n "cjs"\n ]\n },\n "updates": {\n "fallbackToCacheTimeout": 0\n },\n "assetBundlePatterns": [\n "**/*"\n ],\n "ios": {\n "supportsTablet": true\n },\n "android": {\n "adaptiveIcon": {\n "foregroundImage": "./assets/imgs/adaptative-icon1.png",\n "backgroundColor": "#000000"\n },\n "versionCode": 3\n },\n "web": {\n "favicon": "./assets/imgs/adaptative-icon1.png"\n },\n "description": "Contar n\xc3\xbameros en …Run Code Online (Sandbox Code Playgroud)