skip to Main Content

React Native – how to disable touchable opacity voice

i'm trying to create an app and i'm using touchable opacity instead of button. i just wanna disable voice that on press touchable opacity component. <TouchableOpacity activeOpacity={1} touchSoundDisabled={true} onPress={this._onPress}> ... </TouchableOpacity> i tried to touchSoundDisabled={true} but not working

VIEW QUESTION
Back To Top
Search