mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: See the comment in RCTMountingTransactionObserving first. I think we have to add this to the iOS mounting layer to be able reasonably easy implement things like: * MovableNavigationBar: seems, currently we don't handle the situation when the container was mounted first and the nested scroll view second. * TTI component: It does not have access to telemetry. The protocol is meant to replace `RCTSurfacePresenterObserver`. Changelog: [Internal] Fabric-specific change. Reviewed By: mdvacca Differential Revision: D16270107 fbshipit-source-id: 2d4bdb7d0092cc214cc433fc633e41e58f6677df
13 lines
315 B
C++
13 lines
315 B
C++
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#include "MountingTransactionMetadata.h"
|
|
|
|
namespace facebook {
|
|
namespace react {} // namespace react
|
|
} // namespace facebook
|