spencercarli / react-native-splash-screen-demo

67 stars 39 forks source link

layout issue on Samsung S8 #6

Open liangfenxiaodao opened 6 years ago

liangfenxiaodao commented 6 years ago

This demo works fine on Nexus and Huawei, but has a slight layout issue on Samsung S8.

when SplashActivity starts MainActivity, I can see the logo moved down a little bit, but clearly.

spencercarli commented 6 years ago

Interesting. The S8 must not have a standard status bar height. You would need to modify this to make it work correctly.

I'm not sure how you would/if you can conditionally change that (not too familiar with Android).

liangfenxiaodao commented 6 years ago

Thank you for your reply. I've done a few spikes and finally decided to remove the splash-scheme.

felipebluiz commented 6 years ago

Try adding "-"

android:layout_marginTop="-24dp"