react-native-macos/React/Fabric/Mounting
Samuel Susla 2c3a6ab5b2 Fix crash caused by <Modal> trying to present view controller twice
Summary:
Changelog: [Internal]

`_viewController` was being presented twice causing following exception

```
'Application tried to present modally an active controller <FBReactRootViewController: 0x7fe741818b80;
```

Reviewed By: shergin

Differential Revision: D20820395

fbshipit-source-id: 5c9489011e5f99d8bd37befbd544d2d55a650589
2020-04-02 12:50:21 -07:00
..
ComponentViews Fix crash caused by <Modal> trying to present view controller twice 2020-04-02 12:50:21 -07:00
RCTComponentViewClassDescriptor.h Fabric: Implementation of `RCTMountingTransactionObserving` protocol 2019-11-01 09:38:25 -07:00
RCTComponentViewDescriptor.h Fabric: Attempt to fix a crash in RCTMountingTransactionObserverCoordinator 2019-11-19 09:50:52 -08:00
RCTComponentViewFactory.h Implement RCTComponentViewClassWithName in single place with conditional compilation 2020-01-06 03:45:38 -08:00
RCTComponentViewFactory.mm Add plugin assertion to ensure image component is loaded 2020-01-14 04:05:16 -08:00
RCTComponentViewProtocol.h Fabric: remove LocalData from mounting layer 2020-01-06 05:25:24 -08:00
RCTComponentViewRegistry.h Fabric: Introducing `RCTComponentViewDescriptor` 2019-11-01 09:38:24 -07:00
RCTComponentViewRegistry.mm Fabric: Removing some code leftovers from RCTComponentViewRegistry 2019-11-18 18:25:01 -08:00
RCTMountingManager.h Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
RCTMountingManager.mm Optimize diff algorithm to produce fewer remove+insert ("move") paired instructions 2020-03-27 19:07:53 -07:00
RCTMountingManagerDelegate.h Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
RCTMountingTransactionObserverCoordinator.h Codemod: Clang-format for all files in `React/Fabric` directory 2020-02-26 21:31:12 -08:00
RCTMountingTransactionObserverCoordinator.mm Fabric: More asserts in RCTMountingTransactionObserverCoordinator 2019-11-18 18:25:01 -08:00
RCTMountingTransactionObserving.h Tidy up license headers 2019-11-11 17:59:06 -08:00
UIView+ComponentViewProtocol.h Fabric: remove LocalData from mounting layer 2020-01-06 05:25:24 -08:00
UIView+ComponentViewProtocol.mm Fabric: EmptyLayoutMetrics does not contain invalid values anymore 2020-03-10 17:00:41 -07:00