react-native/Libraries/CustomComponents/NavigationExperimental
Eric Vicenti bb39a2e9da Reduce extra rendering in NavigationCard
Summary: This adds a new SceneView with a shouldComponentUpdate policy of only re-rendering when the scene's state changes. This allows avoidance of extra re-renders. Results in a much smoother back-swipe gesture because we no longer re-render scenes as we transition from gesture to animation.

Reviewed By: hedgerwang

Differential Revision: D3219545

fb-gh-sync-id: 7c04e0e4ebb40d1e57ef7af11e2e54adf4f52aa0
fbshipit-source-id: 7c04e0e4ebb40d1e57ef7af11e2e54adf4f52aa0
2016-05-03 13:31:18 -07:00
..
__tests__ Update Jest APIs on fbsource 2016-04-27 19:16:32 -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 Reduce extra rendering in NavigationCard 2016-05-03 13:31:18 -07:00
NavigationCardStack.js Fix or suppress errors in react-native 2016-04-21 19:47:24 -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 Revert "Add subviewStyle prop to NavigationHeader" 2016-04-26 06:10:24 -07:00
NavigationHeaderBackButton.js Fix up this pattern var React = require('react-native'); 2016-04-08 20:37:22 -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
NavigationLegacyNavigator.js Fix up this pattern var React = require('react-native'); 2016-04-08 20:37:22 -07:00
NavigationLegacyNavigatorRouteStack.js Make NavigationLegacyNavigator more testable. 2016-03-16 17:20:25 -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