/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
private/react-native-fantom/tester/src/platform/TesterTurboModuleProvider.h
17 строк
418 B
Pieter De Baets
Rename TurboModuleManagerDelegate to TurboModuleProvider (#54390)
04 ноя 2025, 18:07
04 ноя 2025, 18:07
5f69ff7
Код
Авторство
О чём код?
/* * 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. */ #pragma once #include <react/nativemodule/TurboModuleProvider.h> namespace facebook::react { class TesterTurboModuleProvider { public: static TurboModuleProvider getTurboModuleProvider(); }; } // namespace facebook::react