react-native-ui-lib
react-native-ui-lib copied to clipboard
There is a problem with the click range of the Button component.
Description
Related to
- [ ] Components
- [ ] Demo
- [ ] Docs
- [ ] Typings
Steps to reproduce
Expected behavior
Do not trigger when clicking outside the button.
Actual behavior
Clicking outside the button triggers the event
More Info
Code snippet
<View>
<Text>首页</Text>
<Button label="测试" />
</View>
Screenshots/Video
Environment
- React Native version: 0.79.5
- React Native UI Lib version: 7.46.1
Affected platforms
- [ ] Android
- [ ] iOS
- [ ] Web
+1
Hello,
We have a version that supports new-arch (RN77), you can use the next tag for now.
Please make sure to go over the v8 doc, it includes breaking changes and some known issues.
Please close this ticket if it solved your bug.