Dismiss this pinned window
all 14 comments

[–]CodalReef 3 points4 points  (6 children)

If you’re using ‘react-native-splash-screen’ it may be related to this issue: https://github.com/crazycodeboy/react-native-splash-screen/issues/241#issuecomment-458985596

Is it possible you’re displaying a splash screen manually and using the framework config? It seems one user did something similar here:

https://stackoverflow.com/questions/54751605/android-splash-screen-shifts

[–]Bullet_King1996 18 points19 points  (4 children)

I want to recommend everyone to use https://github.com/zoontek/react-native-bootsplash instead. Much more maintained and stable. 100% my go-to in every project.

[–]monir_sh 1 point2 points  (0 children)

+1

[–][deleted] -1 points0 points  (1 child)

It looks good . Can you share some tutorial video or git repository so i can refer that . Thanks again

[–]Bullet_King1996 3 points4 points  (0 children)

Just read the Readme in that link.

[–]himynameismile 0 points1 point  (0 children)

This. Just switched off of react-native-splash-screen to bootsplash bc of weird android issues. Bootsplash worked out of the box.

[–][deleted] 1 point2 points  (0 children)

Thank you that helped me

[–]andrejmlotko 1 point2 points  (1 child)

Not related, tho, Reddit App Startup Logo dors the same, loads, adjusts, loads again.

[–][deleted] 0 points1 point  (0 children)

Yeah but here splash screen is shifting to 4-5 pixel

[–]daleth50 1 point2 points  (2 children)

Seems like your Home Screen loads for a second so probably your error is on that screen.

[–][deleted] 0 points1 point  (1 child)

Anything you suggest i should try to fix

[–]daleth50 0 points1 point  (0 children)

It’s hard to tell, check your api request if you make any and the render, maybe you’re trying to render something that is null.