/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.3.1
packages/react-native-renderer/index.js
16 строк
519 B
Sebastian Markbåge
Convert React Native builds to named exports (#18136)
27 фев 2020, 22:33
Не верифицирован
27 фев 2020, 22:33
3e809bf
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ import type {ReactNativeType} from './src/ReactNativeTypes'; import * as ReactNative from './src/ReactNativeRenderer'; // Assert that the exports line up with the type we're going to expose. // eslint-disable-next-line no-unused-expressions (ReactNative: ReactNativeType); export * from './src/ReactNativeRenderer';