“博览会发布”后,启动屏幕不会改变。命令

发布于 2025-01-20 14:59:31 字数 477 浏览 1 评论 0原文

我有一个已在Play商店发布的Expo的React Native Project,最近我在视图中进行了更改,并使用命令“ Expo Publish”进行了更改,我能够完美地改进我的更改,但是客户需要更改的Splash屏幕应用程序,所以我更改了app.json上的映像名称,在博览会发布《什么都没有变化》之后,有人对问题有所了解。

app.json

"splash": {
  "image": "./assets/images/splash_two.png",
  "resizeMode": "cover",
  "backgroundColor": "#ffffff"
},
"updates": {
  "fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
  "assets/images/*",
  "assets/fonts/*",
  "assets/images/splash_two.png"
],

I have a React Native Project with expo already published on the play store, recently I make a change in a view and with the command "expo publish" I was able to up my changes perfectly, but the customer need change the splash screen of the app, so I change the image name on app.json and after the expo publish nothing change, somebody have a idea about what is the problem.

App.json

"splash": {
  "image": "./assets/images/splash_two.png",
  "resizeMode": "cover",
  "backgroundColor": "#ffffff"
},
"updates": {
  "fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
  "assets/images/*",
  "assets/fonts/*",
  "assets/images/splash_two.png"
],

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文