mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4b97484650
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39131 Docs on the new behavior: https://flow.org/en/docs/react/multiplatform Changelog: [Internal] Reviewed By: samwgoldman Differential Revision: D48085422 fbshipit-source-id: daaa5a7d7d04871ab3da1ad47c6b88ef4226bdfd
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
/**
|
|
* 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.
|
|
*
|
|
* @format
|
|
* @flow
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
import type {RNTesterModule} from '../../types/RNTesterTypes';
|
|
|
|
declare module.exports: RNTesterModule;
|