Clean up examples.

Summary:
The recent and upcoming API refactoring works makes maintaining
the examples harder and harder.

This removes the old examples that use too much deprecated APIs such as
Reducers, Animated View.

The new examples will be forcus on using new API with all-in-one sample
codes and detailed documentation.

Reviewed By: ericvicenti

Differential Revision: D3354711

fbshipit-source-id: ac6360b1573989eb075d91cb9bf1ae8357dce7fa
This commit is contained in:
Hedger Wang
2016-05-31 11:43:29 -07:00
committed by Facebook Github Bot 3
parent 486dbe4e8f
commit 69627bf914
10 changed files with 207 additions and 1295 deletions
@@ -33,12 +33,7 @@ const View = require('View');
* To learn how to use the Navigation API, take a look at the following example files:
*/
const EXAMPLES = {
'Tabs': require('./NavigationTabsExample'),
'Basic': require('./NavigationBasicExample'),
'Animated Example': require('./NavigationAnimatedExample'),
'Composition': require('./NavigationCompositionExample'),
'Card Stack Example': require('./NavigationCardStackExample'),
'Tic Tac Toe': require('./NavigationTicTacToeExample'),
'NavigationCardStack Example': require('./NavigationCardStack-example'),
};
const EXAMPLE_STORAGE_KEY = 'NavigationExperimentalExample';