Open aksonov opened 8 years ago
@hedgerwang has been working on this. Hedger, maybe you can write a quick note about it here that can be pasted into a doc later? Or better yet, just edit the doc in this repo and link to it?
Any update on this?
It is supported by the card stack:
<NavigationCardStack
direction="vertical"
/>
You can look into the implementation of NavigationCardStack
to see how to configure a vertical NavigationCard
Hi! is there any way to implement the transition from top to bottom? @ericvicenti
@hasancanozkan, nope. But it wouldn't be too difficult to hack that into react-navigation
i can't find how to make this transition with NavigationCard. Example shows left-to-right only...