(25)-触摸无反馈
最后更新于:2022-04-01 06:50:42
> [TouchableWithoutFeedback](http://facebook.github.io/react-native/docs/touchablewithoutfeedback.html#content)
## 属性
| 名称 | 类型 | 意义 | 默认值 |
| --- | --- | --- | --- |
| accessible | bool | 触摸释放时通知 | 无 |
| delayLongPress | number | 按下延迟(ms) | 无 |
| delayPressOut | number | 抬起延迟(ms) | 无 |
| onLongPress | function | | |
| onPress | function | | |
| onPressIn | function | | |
| onPressOut | function | | |
| onLayout | function | 布局改变时调用 | 无 |