Skip to content

Commit

Permalink
Add cursor style prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Mar 3, 2024
1 parent ade0509 commit 8632083
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/view-style-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,15 @@ If the rounded border is not visible, try applying `overflow: 'hidden'` as well.
| ------ |
| number |

### `cursor` <div class="label ios">iOS</div>

On iOS 17+, Setting this to `pointer` allows hover effects when a pointer (such as an Apple Pencil or trackpad on an iPad, or the users' gaze on an Apple Vision Pro) is over the view.

| Type |
| ----------------------------|
| enum(`'auto'`, `'pointer'`) |


---

### `elevation` <div class="label android">Android</div>
Expand Down

0 comments on commit 8632083

Please sign in to comment.