Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TouchableWithoutFeedback cursor style is set to default #1847

Closed
wabisabit opened this issue Dec 17, 2020 · 2 comments
Closed

TouchableWithoutFeedback cursor style is set to default #1847

wabisabit opened this issue Dec 17, 2020 · 2 comments

Comments

@wabisabit
Copy link

The problem
TouchableWithoutFeedback doesn't have the cursor style set to pointer.

Expected behavior
TouchableWithoutFeedback has the cursor style set to pointer like it had prior to 0.12

Environment (include versions). Did this work in previous versions?

  • React Native for Web (version): 0.14.9
  • React (version): 16.10.2
  • Browser: All

Additional context
I'm working on a project that uses only TouchableWithoutFeedback so it would be nice to keep this style. I can create a PR if this is not a design decision.

@necolas
Copy link
Owner

necolas commented Dec 17, 2020

Default cursor is the intended style. You can set your own cursor depending on how you're using the component

@jchook
Copy link

jchook commented Mar 14, 2022

@necolas, what is the recommended way to add these styles?

TypeScript complains that cursor is not a member of ViewStyle.

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

No branches or pull requests

3 participants