Splash: reduce motion + dark mode (#2448)

* Don't use mask for android at all

* Handle reduced motion

* Add dark splash

* Add dark config

* Fix android version code

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
This commit is contained in:
Eric Bailey 2024-01-08 15:47:25 -06:00 committed by GitHub
parent fcfebda469
commit 9eeff2cc5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 119 additions and 57 deletions

View file

@ -66,6 +66,12 @@ module.exports = function () {
'Used for profile pictures, posts, and other kinds of content',
},
associatedDomains: ['applinks:bsky.app', 'applinks:staging.bsky.app'],
splash: {
dark: {
image: './assets/splash-dark.png',
backgroundColor: '#001429',
},
},
},
androidStatusBar: {
barStyle: 'dark-content',
@ -95,6 +101,12 @@ module.exports = function () {
category: ['BROWSABLE', 'DEFAULT'],
},
],
splash: {
dark: {
image: './assets/splash-dark.png',
backgroundColor: '#001429',
},
},
},
web: {
favicon: './assets/favicon.png',