react-native/React/Base/Surface
Valentin Shergin f91f7d91a1 Reimagining of RCTShadowView layout API
Summary:
This is reimagining of interoperability layer between Yoga and ShadowViews (at least in Yoga -> RN part).
Goals:
 * Make it clear and easy.
 * Make clear separation between "what layout what", now parent always layout children, noone layout itself.
 * Make possible to interleave Yoga layout with custom imperative layout (may be used in SafeAreaView, Text, Modal, InputAccessoryView and so on).

Reviewed By: mmmulani

Differential Revision: D6863654

fbshipit-source-id: 5a6a933874f121d46f744aab99a31ae42ddd4a1b
2018-02-12 00:32:43 -08:00
..
SurfaceHostingView Missing moving pieces of RCTSurfaceHostingView 2018-01-11 18:57:31 -08:00
RCTSurface.h Tweaking -[RCTSurface synchronouslyWaitForStage:] 2018-01-16 12:32:13 -08:00
RCTSurface.mm Typos in code 2018-01-29 19:17:33 -08:00
RCTSurfaceDelegate.h Introducing RCTSurface, new experimental thread-safe interop layer 2017-11-07 16:16:56 -08:00
RCTSurfaceRootShadowView.h Reimagining of RCTShadowView layout API 2018-02-12 00:32:43 -08:00
RCTSurfaceRootShadowView.m Reimagining of RCTShadowView layout API 2018-02-12 00:32:43 -08:00
RCTSurfaceRootShadowViewDelegate.h Introducing RCTSurface, new experimental thread-safe interop layer 2017-11-07 16:16:56 -08:00
RCTSurfaceRootView.h Introducing RCTSurface, new experimental thread-safe interop layer 2017-11-07 16:16:56 -08:00
RCTSurfaceRootView.mm Introducing RCTSurface, new experimental thread-safe interop layer 2017-11-07 16:16:56 -08:00
RCTSurfaceStage.h RCTSurface: Stopping the app on surface object deallocation 2017-12-03 20:16:36 -08:00
RCTSurfaceStage.m RCTSurface: Stopping the app on surface object deallocation 2017-12-03 20:16:36 -08:00
RCTSurfaceView+Internal.h Introducing RCTSurface, new experimental thread-safe interop layer 2017-11-07 16:16:56 -08:00
RCTSurfaceView.h RCTSurface: activityIndicatorViewFactory was removed from RCTSurfaceView 2017-12-03 20:16:36 -08:00
RCTSurfaceView.mm RCTSurface: activityIndicatorViewFactory was removed from RCTSurfaceView 2017-12-03 20:16:36 -08:00