naoufal / react-native-accordion

An Accordion Component for React Native
https://www.npmjs.com/package/react-native-accordion
437 stars 101 forks source link

activeOpacity is not export as an attribute #36

Open longfay opened 7 years ago

longfay commented 7 years ago

Can we add activeOpacity={this.props.activeOpacity} into the TouchableHighlight so that we can set the value to activeOpacity using Accordion?

Thanks!