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

nuke-touchable

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-touchable - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

6

docs/basic.md

@@ -25,3 +25,3 @@ # Touchable Demo

}
press = (e) =>{
pressX = (e) =>{
this.setState({

@@ -39,7 +39,7 @@ count: this.state.count+1

<View style={styles.btns}>
<Touchable style={styles.touch} activeStyle={{backgroundColor:'#1170bc'}} onPress={this.press.bind(this)}>
<Touchable style={styles.touch} activeStyle={{backgroundColor:'#1170bc'}} onPress={this.pressX.bind(this)}>
<Text style={styles.touchText}>点击</Text>
</Touchable>
</View>
</Page>

@@ -46,0 +46,0 @@ )

# Changelog
## 1.0.0 / 2017-11-04
* [[e3bc20b](http://gitlab.alibaba-inc.com/nuke/touchable/commit/e3bc20b90b617757092af7fb1e64def0accdf21f)] - `feat` update view dependency
## 0.0.3 / 2017-07-31

@@ -5,0 +9,0 @@

{
"name": "nuke-touchable",
"version": "0.0.3",
"version": "1.0.0",
"description": "可点击容器",

@@ -47,7 +47,7 @@ "main": "lib/index",

"dependencies": {
"nuke-env": "^0.x.x",
"nuke-view": "^0.x.x"
"nuke-env": "^1.x.x",
"nuke-view": "^1.x.x"
},
"devDependencies": {
"nuke-page": "^0.x.x",
"nuke-page": "^1.x.x",
"nuke-text": "^0.x.x"

@@ -54,0 +54,0 @@ },

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