gpt4 book ai didi

react-native - Android是否支持React Native的LayoutAnimation?

转载 作者:行者123 更新时间:2023-12-03 12:23:36 27 4
gpt4 key购买 nike

我看不到anything in the documentation指的是缺乏对Android的支持。我正在使用一个简单的预设动画:
LayoutAnimation.configureNext(LayoutAnimation.Presets.spring);
它可以在iOS中使用,但在Android中无需任何 Spring 动画即可进行过渡。

最佳答案

按照this for Android支持,您必须添加以下行:

 import  {
UIManager,
LayoutAnimation
} from 'react-native';

//..

UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true);

关于react-native - Android是否支持React Native的LayoutAnimation?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38357368/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com