/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/rn-tester/NativeComponentExample/ios/RNTMyNativeViewComponentView.h
20 строк
473 B
Zeya Peng
add RNTester example for native command Array param (#41897)
15 дек 2023, 08:06
15 дек 2023, 08:06
5d1eac0
Код
Авторство
О чём код?
/* * 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 <React/RCTViewComponentView.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface RNTMyNativeViewComponentView : RCTViewComponentView @property (nonatomic, copy) RCTBubblingEventBlock onIntArrayChanged; @end NS_ASSUME_NONNULL_END