mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
14fcaf9791
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49372 Changelog: [Internal] Reviewed By: poteto Differential Revision: D69473992 fbshipit-source-id: 6ed54f0fab45b95e47afa3ff343de061e7c40ce7
13 lines
273 B
JavaScript
13 lines
273 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-local
|
|
* @format
|
|
* @oncall react_native
|
|
*/
|
|
|
|
module.exports = {};
|