expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Transition examples #135

Open belohlavek opened 8 years ago

belohlavek commented 8 years ago

Where can I find simple transition examples/docs?

Thanks for your hard work!

sibelius commented 7 years ago

U can achieve simple transitions changing route parameter, try this gist https://gist.github.com/knowbody/ce483742a1761658b767428a0ed35147#how-can-i-slide-my-view-from-bottom-up-transition-from-one-screen-to-the-other by @knowbody

Also take a look on https://github.com/exponentjs/ex-navigation/blob/master/src/ExNavigationStyles.js to see some predefined navigation styles transitions

sibelius commented 7 years ago

@belohlavek can u close this?