react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

There is a problem with the click range of the Button component.

Open wowsummer opened this issue 4 months ago • 2 comments

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

Image

Environment

  • React Native version: 0.79.5
  • React Native UI Lib version: 7.46.1

Affected platforms

  • [ ] Android
  • [ ] iOS
  • [ ] Web

wowsummer avatar Sep 01 '25 03:09 wowsummer

+1

wowsummer avatar Sep 01 '25 09:09 wowsummer

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.

M-i-k-e-l avatar Oct 23 '25 11:10 M-i-k-e-l