mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Changelog: [JS] For Fabric with StaticViewConfigs, fix UIManager to use LazyUImanager, not PaperUIManager Reviewed By: fkgozali Differential Revision: D33459937 fbshipit-source-id: 4298be7e1e455856cbcf3162b100099cd8c9ce09
16 lines
357 B
JavaScript
16 lines
357 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
* @format
|
|
*/
|
|
|
|
import type {UIManagerJSInterface} from './UIManager';
|
|
|
|
const unstable_UIManager: ?UIManagerJSInterface = null;
|
|
|
|
export {unstable_UIManager};
|