mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
c3139d798a
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