/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.0.0
scripts/flow/xplat.js
12 строк
325 B
Andrew Clark
Re-add old Fabric Offscreen impl behind flag (#22018)
04 авг 2021, 05:30
Не верифицирован
04 авг 2021, 05:30
19092ac
Код
Авторство
О чём код?
/** * 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 */ declare module 'ReactNativeInternalFeatureFlags' { declare export var enablePersistentOffscreenHostContainer: boolean; }