gpt4 book ai didi

react-native - 有没有办法可以忽略 React Native 中文本上的触摸事件?

转载 作者:行者123 更新时间:2023-12-03 05:45:05 26 4
gpt4 key购买 nike

我想实现 float 标签,为此我在 TextInput 上方有一个 Text 组件。我想忽略 Text 上的所有触摸事件,以便其下的 TextInput 获取所有事件。我有办法做到这一点吗?在CSS中我们曾经有pointer-events: none,我不知道如何在React Native中做到这一点。

最佳答案

在react-native中,pointerEvents是一个 Prop ,而不是一种样式。

<View pointerEvents="none" />

关于react-native - 有没有办法可以忽略 React Native 中文本上的触摸事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30041111/

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