react-native-material-kit
react-native-material-kit copied to clipboard
Button onPress not working - RN v0.62 from changelog: "Remove propTypes from TouchableWithoutFeedback."
https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0620
This breaks the Button component since utils.extractTouchableProps relies on TouchableWithoutFeedback.PropTypes
Please fix this. I'm using RN 0.65.