/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/rn-tester/RNTester/NativeExampleViews/FlexibleSizeExampleView.h
23 строки
501 B
artus9033
Add SceneDelegate support (#57700)
11 авг 2026, 13:59
11 авг 2026, 13:59
7bfe32f
Код
Авторство
О чём код?
/* * 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. */ #import <UIKit/UIKit.h> #import <React/RCTView.h> #import <React/RCTViewManager.h> @class RCTRootViewFactory; @interface FlexibleSizeExampleViewManager : RCTViewManager - (instancetype)initWithRootViewFactory:(RCTRootViewFactory *)rootViewFactory; @end @interface FlexibleSizeExampleView : RCTView @end