react-native/React/Base/Surface
Valentin Shergin c3139d798a Fixed crash happenned on deallocating RCTSurface
Summary:
Essentially, we had `dispatch_async` inside `delloc` method which tried to retain `self`, which is disallowed operation in ObjC runtime.
However, we don't need to notify anything `surface`-related in `_stop` because it always is called from `dealloc`.

Reviewed By: mmmulani

Differential Revision: D6665631

fbshipit-source-id: ed0d192946f3323f4f54ecb99b30e56e0942f174
2018-01-07 22:22:45 -08:00
..
SurfaceHostingView Proper usage CGFLOAT_MAX vs INFINITY inside RCTSurface 2018-01-07 18:31:20 -08:00
RCTSurface.h Proper usage CGFLOAT_MAX vs INFINITY inside RCTSurface 2018-01-07 18:31:20 -08:00
RCTSurface.mm Fixed crash happenned on deallocating RCTSurface 2018-01-07 22:22:45 -08:00
RCTSurfaceDelegate.h Introducing RCTSurface, new experimental thread-safe interop layer 2017-11-07 16:16:56 -08:00
RCTSurfaceRootShadowView.h '-[RCTSurfaceRootShadowView sizeThatFitsMinimumSize:]' was removed 2018-01-07 18:31:20 -08:00
RCTSurfaceRootShadowView.m '-[RCTSurfaceRootShadowView sizeThatFitsMinimumSize:]' was removed 2018-01-07 18:31:20 -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