diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-05 14:52:44 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-05 14:52:44 -0500 |
commit | 541717d4673d8d95e3cc53da24862b9aaabde24b (patch) | |
tree | 3f495ad2f155de5dedfd79270f20e87676798a41 /package.json | |
parent | 2377431901b3275a34e9296bb9852db117833289 (diff) | |
download | voidsky-541717d4673d8d95e3cc53da24862b9aaabde24b.tar.zst |
Add splash screen to ios
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index a8df392df..3b0293601 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "react-native-root-toast": "^3.4.0", "react-native-safe-area-context": "^4.3.1", "react-native-screens": "^3.13.1", + "react-native-splash-screen": "^3.3.0", "react-native-svg": "^12.4.0", "react-native-url-polyfill": "^1.3.0", "react-native-web": "^0.17.7" |