You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: