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

added support for various border radius in hover effect #75

Closed gokul1099 closed 10 months ago

gokul1099 commented 10 months ago

Summary:

This PR adapts hoverStyle API to properly use variable corner radius for each corner of the view. This is continuation of #66. this PR fixes #69

Changelog:

[VISIONS] - added support for various border radius in hover effect

Test Plan:

  1. Experiment with various border radius for each corner
okwasniewski commented 10 months ago

Thanks for opening the PR! I'm sorry that this happened once again with the rebase messing up your git history πŸ˜… Can you open a new one / also rebase it?

gokul1099 commented 10 months ago

Thanks for opening the PR! I'm sorry that this happened once again with the rebase messing up your git history πŸ˜… Can you open a new one / also rebase it?

πŸ˜…sure will rebase it and open a new one

gokul1099 commented 10 months ago

Will raise a new PR