Thank you for your help!
Dont know if this is a good idea or not but…
My idea was like “splash
” does the actual Splashscreen. So
- choose Icon
- choose BackgroundColor or image
- choose style of Statusbar (really, i need this in hidden or white…
)
- hide spinner on ios too
- maybe different settings for iOS and android
and the “loading
” just uses these settings too and you can turn on or off some developer-settings like “hideExponentText
” or “showDownloadInfos
” with “true, false, on top or bottom” and exponentIconColor
and that kind of things.
so it would look like this maybe?
"loading": {
//"exponentIconColor": "white",
"hideExponentText": true,
"splash": {
"backgroundcolor": "#4CAF50",
"icon": "./assets/icons/appicon-transparent-512.png",
//"backgroundImage": "./assets/img/splashscreenbackground.png",
"statusBarStyle": "light-content" // *idea: light-content, dark-content, hidden
}
}
I already finished my very first app and just wanted to update it to the new SDK. If i have some time, i will post it in the Cheer-category 