gpt4 book ai didi

javascript - 如何使 React Native Animated.View 可点击?

转载 作者:技术小花猫 更新时间:2023-10-29 11:10:16 29 4
gpt4 key购买 nike

我正在使用这个 React Native tinder 演示 -> https://github.com/brentvatne/react-native-animated-demo-tinder

是否可以使卡片“可点击”,以便在点击时导航到另一个 View ?我试过将“可触摸”组件包裹在动画 View 周围,但这样做会禁用动画。

任何想法将不胜感激,谢谢!

最佳答案

另一种方法(对我来说效果更好)是使用 Animated 的 createAnimatedComponent 方法创建 AnimatedTouchable 组件:

const AnimatedTouchable = Animated.createAnimatedComponent(TouchableOpacity);

<AnimatedTouchable onPress={this.onPress}>
stuff here
</AnimatedTouchable>

关于javascript - 如何使 React Native Animated.View 可点击?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32738296/

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