reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
216 stars 328 forks source link

RN有办法实现这种效果的tip提示吗 #562

Closed chuhangyu closed 2 years ago

chuhangyu commented 2 years ago

image 需求是点击屏幕上的任意位置,点击返回遥控模式的这个tip消失,如果点击到有onPress事件的按钮上,也要让这个tip消失,就是说让它消失还要不影响其它的点击事件。 问了ios的开发,他们是有一个hitTest的调用链可以使用,RN上有办法实现这种效果吗,找了一圈好像都没找到

qilovehua commented 2 years ago

这个好实现的吧,pointerEvents可以让他穿透。 最外层用个onTouchStart,有触发就可以隐藏tip

github-actions[bot] commented 2 years ago

👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.