mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2f27327f33
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49068 Changelog: [internal] Renamed directory to better signal it's deprecated and added README.md to clarify intent. Reviewed By: huntie Differential Revision: D68895998 fbshipit-source-id: 5bc70d0782194db27c27cc89cc402d99f11aafa4
14 lines
462 B
JavaScript
14 lines
462 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 strict
|
|
* @format
|
|
*/
|
|
|
|
export * from '../../../src/private/specs_DEPRECATED/modules/NativeDeviceEventManager';
|
|
import NativeDeviceEventManager from '../../../src/private/specs_DEPRECATED/modules/NativeDeviceEventManager';
|
|
export default NativeDeviceEventManager;
|