fix: fix white screen after splash

This commit is contained in:
Weihua Lu
2021-09-30 12:42:03 +08:00
parent 8504163858
commit f09a928778
9 changed files with 46 additions and 13 deletions

View File

@@ -2,5 +2,9 @@
{
"pkg": "@capacitor/filesystem",
"classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin"
},
{
"pkg": "@capacitor/splash-screen",
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin"
}
]