Skip to content

onPointerMissed is never called in react-native #3316

Open
@krzys-h

Description

@krzys-h

Similar story to #3315 - the code attempts to access e.offsetX here:
https://github.com/pmndrs/react-three-fiber/blob/v8.16.8/packages/fiber/src/core/events.ts#L175-L176
which does not exist on react-native events.

This in turn causes the calculateDistance calculation to always return NaN and if (delta <= 2) to never match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreact-nativeto do with react-native

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions