Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rox-touchable

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rox-touchable - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

2

package.json
{
"name": "rox-touchable",
"version": "0.0.33",
"version": "0.0.34",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1,3 +0,25 @@

# rox-touchable
---
subtitle: 可点击元素
group: General
---
组件描述...
# Touchable
Touchable 定义简单的 touch 事件。
---
## API
属性 | 说明 | 类型 | 默认值
-----|-----|-----|------
onPress | 点击事件 | function(e) |
activeStyle | 手指按下时的样式 | object |
使用示例:
```javascript
<Touchable style={{backgroundColor:'#3089dc',height:'80rem',justifyContent:'center',alignItems:'center'}} activeStyle={{backgroundColor:'#cccccc'}}>Hello Nuke</Touchable>
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc