Traviskn/react-router-native-stack

Render before push a new page

skywalkerlw opened this issue · 1 comments

I noticed there's a blank page during pushing animation. Can push begins after finishing rendering of new page.

3

It's hard to say what is causing the blank page during this animation. It could be that the next page has some expensive code running that is blocking the transition, or it could be that the next page needs to indicate some kind of loading state while waiting for new data to come in.