react-native/Libraries/CustomComponents/NavigationExperimental
Eric Vicenti 14eb427a80 Kill NavigationExperimental Containers
Summary:
The containers in NavigationExperimental are not appropraite because the state should be held by the app's architecture, be it redux, flux, or simple component state.

This diff moves the examples over to simple component state, but there are several other examples of how to use NavigationAnimatedView and the navigation reducers with redux:

- https://github.com/jlyman/RN-NavigationExperimental-Redux-Example
- Switching the f8 app with redux to navigation experimental: https://github.com/fbsamples/f8app/pull/14

Reviewed By: hedgerwang

Differential Revision: D3219911

fb-gh-sync-id: eb0b323e2c165c32027fbd00dc6197ad441d6552
fbshipit-source-id: eb0b323e2c165c32027fbd00dc6197ad441d6552
2016-05-05 16:52:19 -07:00
..
assets Rework the NavigationHeader 2016-03-21 22:07:26 -07:00
NavigationAnimatedValueSubscription.js Implements `renderHeader` for legacy navigator. 2016-03-10 17:17:21 -08:00
NavigationCard.js Kill NavigationExperimental Containers 2016-05-05 16:52:19 -07:00
NavigationCardStack.js Kill NavigationExperimental Containers 2016-05-05 16:52:19 -07:00
NavigationCardStackPanResponder.js Only accept card gestures within a certain range, 30px 2016-04-06 02:52:24 -07:00
NavigationCardStackStyleInterpolator.js Fix initial scenes rendering. 2016-04-19 15:57:20 -07:00
NavigationHeader.js Kill NavigationExperimental Containers 2016-05-05 16:52:19 -07:00
NavigationHeaderBackButton.js Kill NavigationExperimental Containers 2016-05-05 16:52:19 -07:00
NavigationHeaderStyleInterpolator.js Refactor <NavigationHeader /> API. 2016-03-24 15:49:28 -07:00
NavigationHeaderTitle.js make NavigationHeader and NavigationHeaderTitle pointerEvents configurable 2016-04-12 10:55:30 -07:00
NavigationPagerPanResponder.js Support animation and gesture for Pager. 2016-03-23 12:51:00 -07:00
NavigationPagerStyleInterpolator.js Fix initial scenes rendering for NavigationPagerStyleInterpolator 2016-04-25 15:37:38 -07:00
NavigationPointerEventsContainer.js better way to manage pointerEvents for NavigationCard. 2016-05-02 19:17:24 -07:00