react-native/Libraries/NavigationExperimental
Hedger Wang 28649b8cf0 Simplify <NavigationCard />.
Summary:Per offline discussion with ericvicenti,  we'd like to reudce the complexity by
keeping <NavigationCard /> nothing more than just a simple `<Animated.View />`,
which helps us to avoid over generalize the styles, gestures of what the Navigation card
needs to be.

The proposalis to use the same props (NavigationSceneRendererProps) that is used to render
the scene to generate the style and pan handlers needed for the navigation card.

No behavior changes, just implementation details clean up work.

Reviewed By: ericvicenti

Differential Revision: D3037225

fb-gh-sync-id: f6e718a282d25a319f5d8efd3e2ffebc66b2c8cb
shipit-source-id: f6e718a282d25a319f5d8efd3e2ffebc66b2c8cb
2016-03-15 15:59:26 -07:00
..
Reducer NavigationExperimental: Handle generic back action from stack reducer 2016-03-10 12:33:22 -08:00
__mocks__ Clean up APIs. 2016-03-04 14:57:31 -08:00
__tests__ Fix mocks in NavigationExperimental 2016-02-24 05:11:28 -08:00
NavigationAbstractPanResponder.js Simplify <NavigationCard />. 2016-03-15 15:59:26 -07:00
NavigationAnimatedView.js Implements `renderHeader` for legacy navigator. 2016-03-10 17:17:21 -08:00
NavigationContainer.js Update FBSource to use Flow 0.22 2016-03-08 12:39:29 -08:00
NavigationExperimental.js Simplify <NavigationCard />. 2016-03-15 15:59:26 -07:00
NavigationLinearPanResponder.js Simplify <NavigationCard />. 2016-03-15 15:59:26 -07:00
NavigationPropTypes.js Simplify <NavigationCard />. 2016-03-15 15:59:26 -07:00
NavigationRootContainer.js Clean up APIs. 2016-03-04 14:57:31 -08:00
NavigationStateUtils.js Clean up APIs. 2016-03-04 14:57:31 -08:00
NavigationTypeDefinition.js Simplify <NavigationCard />. 2016-03-15 15:59:26 -07:00
NavigationView.js Rename NavigationState module to NavigationStateUtils 2016-02-19 01:24:54 -08:00