Splash Screen not disappear

Hi all. I created a new framework7-react and after I run “cordova emulate android” the splash screen does not disappear. Please what can I do?

In config.xml add
<preference name="SplashScreenDelay" value="10000" />

More info: Splashscreen - Apache Cordova

Thanks, Fernando_Romero. is already set in config.xml with value=“0”. I set it to “10000” as you said but it did work.

Add This, but by default Is true.
<preference name="AutoHideSplashScreen" value="true" />

It’s rare, no error in the colnsole.

Thanks all. I was making mistake using the framework7 command with Cordova that I know since the last time I used framework7. Through the readme file I got the necessary commands to run the App. Thanks.