Skip to content

Conversation

Saadnajmi
Copy link
Collaborator

Note: as it stands this doesn't work, as the c++ infrastructure is still using BaseTouch for some reason 🤷

Summary:

Move our diffs from BaseTouch to HostPlatformTouch

Test Plan:

Added this code to RNTesterPlayground to see if the desktop specific keys were passed:

<Pressable
  style={styles.pressable}
  onTouchStart={event => {

    console.log('Playground onPress event:', event.nativeEvent.metaKey);
  }}>
    <RNTesterText>Press here to log the press event</RNTesterText>
</Pressable>

@Saadnajmi Saadnajmi changed the title Host platform touch chore: implement HostPlatformTouch Oct 1, 2025
@Saadnajmi Saadnajmi force-pushed the host-platform-touch branch from d9393fc to 1da8dc5 Compare October 16, 2025 22:59
@Saadnajmi
Copy link
Collaborator Author

Closing as this doesn't work.

@Saadnajmi Saadnajmi closed this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant