mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-10 09:29:39 +08:00
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:
committed by
facebook-github-bot-5
parent
9836b297ad
commit
6bcb2a05eb
@@ -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'),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user