react-native/Libraries/CustomComponents/NavigationExperimental
Hedger Wang 81c62c5f41 Fix initial scenes rendering.
Summary:The initial layout used to render scenes does not contain the actual
width and height measured and causes the issue as described at
https://github.com/ericvicenti/navigation-rfc/issues/61

The fix is to update the layout and re-render scenes once layout
is modified. Also scenes renderer should also consider the case that
when the layout is not measured yet.

Reviewed By: ericvicenti

Differential Revision: D3162143

fb-gh-sync-id: 197574329d3849cad2a21e07e1bd5e800f74c3ea
fbshipit-source-id: 197574329d3849cad2a21e07e1bd5e800f74c3ea
2016-04-19 15:57:20 -07:00
..
__tests__ Make NavigationLegacyNavigator more testable. 2016-03-16 17:20:25 -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 Fix up this pattern var React = require('react-native'); 2016-04-08 20:37:22 -07:00
NavigationCardStack.js move `propTypes`, `defaultProps`, and `childContextTypes` into class. 2016-03-28 16:48:27 -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 make NavigationHeader and NavigationHeaderTitle pointerEvents configurable 2016-04-12 10:55:30 -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 Support animation and gesture for Pager. 2016-03-23 12:51:00 -07:00