react-native-macos/Libraries/Components/Touchable
Yury Korzun 45e77c8324 Adds a touchSoundDisabled prop to Touchable (#24666)
Summary:
Currently, every time a touchable is pressed on Android, a system sound is played. It was added in the PR #17183. There is no way to disable it, except disabling touch on sound on the system level. I am pretty sure there are cases when touches should be silent and there should be an option to disable it.

Related PRs - #17183, #11136

[Android][added] - Added a touchSoundDisabled prop to Touchable. If true, doesn't system sound on touch.
Pull Request resolved: https://github.com/facebook/react-native/pull/24666

Differential Revision: D15166582

Pulled By: cpojer

fbshipit-source-id: 48bfe88f03f791e3b9c7cbd0e2eed80a2cfba8ee
2019-05-01 09:35:29 -07:00
..
__mocks__ Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
__tests__ Keyboard accessibility improvements (#24359) 2019-04-17 09:55:24 -07:00
BoundingDimensions.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
PooledClass.js Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
Position.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Touchable.js Adds a touchSoundDisabled prop to Touchable (#24666) 2019-05-01 09:35:29 -07:00
TouchableBounce.js Keyboard accessibility improvements (#24359) 2019-04-17 09:55:24 -07:00
TouchableHighlight.js Keyboard accessibility improvements (#24359) 2019-04-17 09:55:24 -07:00
TouchableNativeFeedback.android.js Keyboard accessibility improvements (#24359) 2019-04-17 09:55:24 -07:00
TouchableNativeFeedback.ios.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
TouchableOpacity.js Keyboard accessibility improvements (#24359) 2019-04-17 09:55:24 -07:00
TouchableWithoutFeedback.js Adds a touchSoundDisabled prop to Touchable (#24666) 2019-05-01 09:35:29 -07:00
ensureComponentIsNative.js Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
ensurePositiveDelayProps.js Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00