/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/Libraries/Animated/useAnimatedProps.js
18 строк
501 B
Tim Yung
Animated: Stabilize `allowlist` in `useAnimatedProps` (#49143)
04 фев 2025, 03:49
04 фев 2025, 03:49
5d4907d
Код
Авторство
О чём код?
/** * 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. * * @flow strict-local * @format */ import type {AnimatedPropsHook} from '../../src/private/animated/createAnimatedPropsHook'; import createAnimatedPropsHook from '../../src/private/animated/createAnimatedPropsHook'; /** * @deprecated */ export default createAnimatedPropsHook(null) as AnimatedPropsHook;