/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/rn-tester/NativeComponentExample/ios/RNTLegacyView.h
19 строк
402 B
Riccardo Cipolleschi
Add Fabric Interop event example
10 мар 2023, 15:52
10 мар 2023, 15:52
c005830
Код
Авторство
О чём код?
/* * 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/RCTComponent.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface RNTLegacyView : UIView @property (nonatomic, copy) RCTBubblingEventBlock onColorChanged; @end NS_ASSUME_NONNULL_END