Introducing NavigationCardStack

Summary:Basic implementation of the component NavigationCardStack that animates
a list of NavigationCard.

This will be used to port the UX of teh current Navigator.

Reviewed By: ericvicenti, fkgozali

Differential Revision: D2967065

fb-gh-sync-id: a72920e141364fab328e45a083aef21ca5e6fe0c
shipit-source-id: a72920e141364fab328e45a083aef21ca5e6fe0c
This commit is contained in:
Hedger Wang
2016-02-24 18:51:09 -08:00
committed by facebook-github-bot-5
parent 9836b297ad
commit 6bcb2a05eb
5 changed files with 236 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ var EXAMPLES = {
'Basic': require('./NavigationBasicExample'),
'Animated Card Stack': require('./NavigationAnimatedExample'),
'Composition': require('./NavigationCompositionExample'),
'Card Stack Example': require('./NavigationCardStackExample'),
'Tic Tac Toe': require('./NavigationTicTacToeExample'),
};