/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.80.2
packages/react-native-test-library/index.js
15 строк
575 B
Dmitry Rykun
Add react-native-test-library package (#43068)
09 апр 2024, 21:35
09 апр 2024, 21:35
1cb0a33
Код
Авторство
О чём код?
/** * 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 */ export {default as SampleNativeComponent} from './src/SampleNativeComponent'; export type {NativeComponentType} from './src/SampleNativeComponent'; import {Commands as SampleNativeComponentCommands} from './src/SampleNativeComponent'; export {SampleNativeComponentCommands}; export {default as NativeSampleModule} from './src/NativeSampleModule';