mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51784 Adds `flow` to the remaining files that are lacking it in the `packages/react-native-fantom` directory. This also adds any necessary type annotations (using comment syntax). Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D75886119 fbshipit-source-id: 6045b4037da21791db2a8960fbdb83aa2fb5bbf2
14 lines
333 B
JavaScript
14 lines
333 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
|
|
*/
|
|
|
|
require('../../../scripts/babel-register').registerForMonorepo();
|
|
|
|
module.exports = require('./runner');
|