diff options
author | Mathieu Acthernoene <zoontek@gmail.com> | 2024-01-03 07:21:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 22:21:17 -0800 |
commit | db3bf784fb25740cf3658094677c1b275ad78f24 (patch) | |
tree | 2e7a5dbf1337b12793f3b981dde27b369be690dc /package.json | |
parent | 2f6f27c4fb50cbefc2aef00d589fc3629a0e091a (diff) | |
download | voidsky-db3bf784fb25740cf3658094677c1b275ad78f24.tar.zst |
Remove splashscreen blink (#2378)
* chore: remove unused react-native-splash-screen package * Fix splashscreen white blink
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 01f3a02bc..c8052e041 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,6 @@ "react-native-root-siblings": "^4.1.1", "react-native-safe-area-context": "4.7.4", "react-native-screens": "~3.27.0", - "react-native-splash-screen": "^3.3.0", "react-native-svg": "14.0.0", "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.1", |