/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTVirtualViewProtocol.h
20 строк
544 B
Luna Wei
VirtualViewExperimental on iOS (#52852)
08 авг 2025, 21:12
08 авг 2025, 21:12
b3f397f
Код
Авторство
О чём код?
/* * 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 <React/RCTVirtualViewMode.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @protocol RCTVirtualViewProtocol <NSObject> - (NSString *)virtualViewID; - (CGRect)containerRelativeRect:(UIView *)view; - (void)onModeChange:(RCTVirtualViewMode)newMode targetRect:(CGRect)targetRect thresholdRect:(CGRect)thresholdRect; @end NS_ASSUME_NONNULL_END