react-native-material-kit
react-native-material-kit copied to clipboard
Button Onpress
Im using MKButton .
onPress is not listening . Ripple effects are not working. What do i do ?
Same Problem
Did you run react-native link?
Yes.
# react-native link
Scanning 13 folders for symlinks in /userdata/fidelize/mobile/th/Th/node_modules (0ms)
rnpm-install info Android module react-native-material-kit is already linked
rnpm-install info iOS module react-native-material-kit is already linked
rnpm-install info Linking react-native-vector-icons android dependency
rnpm-install info Android module react-native-vector-icons has been successfully linked
rnpm-install info Linking react-native-vector-icons ios dependency
rnpm-install info iOS module react-native-vector-icons has been successfully linked
rnpm-install info Linking assets to ios project
rnpm-install WARN ERRGROUP Group 'Resources' does not exist in your Xcode project. We have created it automatically for you.
rnpm-install info Linking assets to android project
rnpm-install info Assets have been successfully linked to your project
I'd say a full fresh-install, removing node_modules and npm install, and running react-native link again, but not sure if I know enough about your problem
I'm having the same issue. react-native link and re-install of packages hasn't solved the issue. Running under Expo.
I am using Expo too and Ripple Effect is just not there. @xinthink
Even I am facing the same issue, any updates on this please?
Does Expo support native module now? As we have native code for the ripple effect ...
I think they do. In that case that should work right? @Crash--
anyone has done it?