“博览会发布”后,启动屏幕不会改变。命令
我有一个已在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论