mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:43:25 +00:00
fix: fix the asset paths
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"scheme":"dev.movieweb.app",
|
||||
"icon": "./assets/icon.png",
|
||||
"icon": "./assets/images/icon.png",
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
"image": "./assets/images/splash.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
@@ -24,13 +24,13 @@
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"foregroundImage": "./assets/images/adaptive-icon.png",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
},
|
||||
"package": "dev.movieweb.app"
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png",
|
||||
"favicon": "./assets/images/favicon.png",
|
||||
"bundler": "metro"
|
||||
},
|
||||
"plugins": [
|
||||
|
Reference in New Issue
Block a user