callstack / react-native-visionos

A framework for building native visionOS applications using React
https://callstack.github.io/react-native-visionos-docs/
MIT License
1.02k stars 30 forks source link

experimental: pressable component hover style #65

Closed gokul1099 closed 11 months ago

gokul1099 commented 11 months ago

Summary:

This PR is an experimental fix for #12. In this PR I have added method to apply the borderRadius style which is applied to View to hoverStyle. Currently I have added support for borderRadius style. But for other cases like borderTopEndRadius, borderTopStartRadius will not work.

Changelog:

[VISIONOS] - added method to apply borderRadius to hoverStyle

Test Plan:

okwasniewski commented 11 months ago

Hey, thanks for opening the PR can you rebase on top of main and resolve conflicts? I will check it out after the rebase

gokul1099 commented 11 months ago

@okwasniewski faced some issue while rebasing and this pull request closed automatcally when try to reset the branch. raised a separate pull request kindly check https://github.com/callstack/react-native-visionos/pull/66