/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/Libraries/NativeAnimation/Nodes/RCTObjectAnimatedNode.h
14 строк
328 B
Genki Kondo
Introduce RCTObjectAnimatedNode (#36804)
06 апр 2023, 02:22
06 апр 2023, 02:22
0858853
Код
Авторство
О чём код?
/* * 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 "RCTAnimatedNode.h" @interface RCTObjectAnimatedNode : RCTAnimatedNode @property (nonatomic, strong, readonly) id value; @end