(23)-触摸高亮

最后更新于:2022-04-01 06:50:37

> [TouchableHighlight](http://facebook.github.io/react-native/docs/touchablehighlight.html#content) ## 属性 | 名称 | 类型 | 意义 | 默认值 | | --- | --- | --- | --- | | activeOpacity | number | 当触摸时,包裹该控件的视图的透明度 | 无 | | onHideUnderlay | function | 底层隐藏后触发的函数 | 无 | | onShowUnderlay | function | 底层显示后触发的函数 | 无 | | underlayColor | string | 底层颜色 | 无 | | style | style | 样式 | 无 |
';