react-native/React
James Ide af61b13b9e [RootView] Fix positioning of the root view content (frame -> bounds)
Summary:
The root view's content was being rendered at the wrong offset when it was not positioned at (0, 0) exactly, because the shadow view's frame was set to the root view's frame when it should have been set to the root view's bounds instead.

Closes https://github.com/facebook/react-native/pull/963
Github Author: James Ide <ide@jameside.com>

Test Plan:  Render a root view positioned at (0, 100) and see that its content is positioned where the root view is, not at (0, 200).
2015-04-22 16:21:49 -08:00
..
Base [RootView] Fix positioning of the root view content (frame -> bounds) 2015-04-22 16:21:49 -08:00
Executors [ReactNative] console.error shows RedBox with pretty stack trace 2015-04-22 15:51:41 -08:00
Layout [ReactNative] s/ReactKit/React/g 2015-03-26 02:42:24 -08:00
Modules Fixed broken struct arguments 2015-04-22 13:25:53 -08:00
React.xcodeproj Fixed broken font weight on iPhone 5 2015-04-21 14:45:12 -08:00
Views [ReactNative] use requireNativeComponent to clean up a bunch of boilerplate 2015-04-21 21:06:48 -08:00