Set opacity's volume onPress of TouchableOpacity manually in React-Native Set opacity's volume onPress of TouchableOpacity manually in React-Native reactjs reactjs

Set opacity's volume onPress of TouchableOpacity manually in React-Native


Have you tried this

<TouchableOpacity   activeOpacity={.7} // default is .2  ... other props here/>