Giter Club home page Giter Club logo

Comments (6)

realsoelynn avatar realsoelynn commented on June 16, 2024 2

PR is merged. I am closing this issue.

from react-native.

DrZoidberg09 avatar DrZoidberg09 commented on June 16, 2024 1

@realsoelynn Awesome! That did the trick. Thanks!

from react-native.

cipolleschi avatar cipolleschi commented on June 16, 2024 1

Good! Let's close this issue as soon as #44707 lands, what do you think?

from react-native.

github-actions avatar github-actions commented on June 16, 2024
⚠️ Add or Reformat Version Info
ℹ️ We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.70.2

from react-native.

DrZoidberg09 avatar DrZoidberg09 commented on June 16, 2024

The same happens to me with custom overflow buttons using Reanimated that open a selection. These buttons a pressable in the position the would be, if opened, even in closed state. Also happens only on Android with new Architecture.

Happy to open another issue, if you think this is unrelated.

from react-native.

realsoelynn avatar realsoelynn commented on June 16, 2024

I have PR #44707 to fix this issue from JS Side.

The reason this type of issue surfacing in New Architecture is that View are not set with relevant pointerEvents to identify if it can accept pointer events. This is one of the key differences between old and new architecture where Node is found by querying through ShadowNode instead of relying on Native Platform View click event to get React Root Tag to identify Node for the Inspector Tools.

@DrZoidberg09 issue can be solved with same approach by setting appropriate pointerEvents to be box-only, box-none or none

To go more in-depth around this, this is a good PR #44327 to reference.

from react-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.