How to decrease the splash screen showing time ?

I am new to expo.
my app showing splash screen of 3s .
How to decrease time splash screen showing to 1s
Please help me.
Thank you

do less work while AppLoading is rendered. render only the minimal amount of content that you can on first load, then render the rest of the app after

I have done nothing under apploading still my app takes
So long @notbrent

Network connection also plays a part in this. You aren’t pre-fetching any assets or loading any fonts?

Every asset is made offline by binding it with the standalone app. @adamjnav