/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.77.3
packages/react-native-test-renderer/src/index.js
14 строк
346 B
Jack Pope
Allow package to be imported by tests in xplat (#42826)
03 фев 2024, 01:34
03 фев 2024, 01:34
bdc88c3
Код
Авторство
О чём код?
/** * 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 * @oncall react_native */ export {render} from './renderer/index.js'; export {ReactNativeEnvironment} from './jest/environment.js';