0.0.2 • Published 7 years ago

nuke-touchable-highlight v0.0.2

Weekly downloads
12
License
-
Repository
gitlab
Last release
7 years ago

TouchableHighlight

  • category: Components
  • chinese: 可点击容器
  • type: 基本

已废弃,更名为 Touchable ,请使用 nuke-touchable。

API

属性说明类型默认值
onPress点击事件function(e)
activeStyle手指按下时的样式object

使用示例:

<TouchableHighlight style={{backgroundColor:'#3089dc',height:'80rem',justifyContent:'center',alignItems:'center'}} activeStyle={{backgroundColor:'#cccccc'}}>Hello Nuke</TouchableHighlight>