React-native-web: TouchableNativeFeedback: implementation

Created on 7 Jul 2018  路  2Comments  路  Source: necolas/react-native-web

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

Most helpful comment

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

All 2 comments

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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhangking picture zhangking  路  3Comments

shirakaba picture shirakaba  路  3Comments

rohanprabhu picture rohanprabhu  路  3Comments

bcpugh picture bcpugh  路  3Comments

necolas picture necolas  路  3Comments