When Launching android app it shows white screen almost 3 sec. I have added this line of code in style to remove white screen,
<item name="android:windowDisablePreview">false</item>
It removes white screen but now app launch is taking 3 to 4 sec. How to fix this issue. Kindly help.