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

TouchableNativeFeedback: implementation #1024

Closed
necolas opened this issue Jul 7, 2018 · 3 comments
Closed

TouchableNativeFeedback: implementation #1024

necolas opened this issue Jul 7, 2018 · 3 comments
Labels
project:react-native-web Issue associated with react-native-web

Comments

@necolas
Copy link
Owner

necolas commented Jul 7, 2018

Technically this is an Android-only component, but it's a popular interaction type for web apps too.

https://facebook.github.io/react-native/docs/touchablenativefeedback.html

@necolas necolas mentioned this issue Jul 7, 2018
19 tasks
@simonbuerger
Copy link

Firstly, RNW is awesome - thank you for all your hard work.

Secondly can we leverage external components to achieve this? Eg the official material react-ripple package? https://www.npmjs.com/package/@material/react-ripple

Happy to submit a PR if that's acceptable, thought I'd check first

@vjsingh
Copy link

vjsingh commented Jun 25, 2019

Just curious on the state of this as well. Anyone have a recommendation for a Ripple component that uses native CSS transforms instead of a js-based approach?

I'm using react-native-material-ripple right now, but because that uses Animated it runs on the JS thread, which means it is mostly unusable.

Appreciate any advice

@necolas necolas added the project:react-native-web Issue associated with react-native-web label Jul 2, 2022
@necolas
Copy link
Owner Author

necolas commented Apr 13, 2023

Closing as these touchable components are now deprecated

@necolas necolas closed this as completed Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project:react-native-web Issue associated with react-native-web
Projects
None yet
Development

No branches or pull requests

3 participants