/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/React/Fabric/Utils/RCTLinearGradient.h
19 строк
472 B
Nishan
fix: start and end points linear gradient algorithm (#47003)
21 ноя 2024, 04:17
21 ноя 2024, 04:17
221d1ec
Код
Авторство
О чём код?
/* * 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/renderer/components/view/ViewProps.h> NS_ASSUME_NONNULL_BEGIN @interface RCTLinearGradient : NSObject + (CALayer *)gradientLayerWithSize:(CGSize)size gradient:(const facebook::react::LinearGradient &)gradient; @end NS_ASSUME_NONNULL_END