ericvicenti / navigation-rfc

Better Navigation in React Native
441 stars 44 forks source link

Bottom to top transition? #47

Open aksonov opened 8 years ago

aksonov commented 8 years ago

i can't find how to make this transition with NavigationCard. Example shows left-to-right only...

ericvicenti commented 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?

aksonov commented 8 years ago

Any update on this?

ericvicenti commented 8 years ago

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

hasancanozkan commented 7 years ago

Hi! is there any way to implement the transition from top to bottom? @ericvicenti

ericvicenti commented 7 years ago

@hasancanozkan, nope. But it wouldn't be too difficult to hack that into react-navigation