-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Touchable #27
Comments
The Android version is ready for this one |
Cool, I can take the iOS part since it's rather easy task. |
@grabbou We will need a native component for that, I think you already know that, right? |
Yup, that's why I assigned myself rather straight away as I have an iOS background |
You can do that without native code: https://github.com/TheToxProject/shathui/blob/master/src/components/Touchable.js |
We decided we won't be working on this issue for now. |
This there something that could be borrowed from https://github.com/xotahal/react-native-material-ui? They have cross platform ripples. Paper is the best and most up-to-date material library, I'd love to help get the ripple on iOS working via pull request if it's possible |
@ferrannp Just bumping this again, as it's been another year. This would be a great addition to the already awesome library! |
Cross-platform touchable component that implements ripple effect. In Android we will use TouchbaleNativeFeedback in IOS we need to bridge a native library or implementation
The text was updated successfully, but these errors were encountered: