moschan / react-native-simple-radio-button

Simple and handy animated radio button component for React Native
MIT License
453 stars 130 forks source link

Fixed _this7.props.onPress is not a function #131

Open RyanGundu opened 5 years ago

RyanGundu commented 5 years ago

Spamming the radio buttons constantly resulted in a "_this7.props.onPress is not a function" error. I've added a single condition to check if the onPress function exists before calling it.