react-native-swipeout
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -7,7 +7,8 @@ { | ||
"start": "node_modules/react-native/packager/packager.sh" | ||
, "latest": "npm install react-native-swipeout@* --save" | ||
}, | ||
"dependencies": { | ||
"react-native": "^0.4.4", | ||
"react-native-swipeout": "^0.1.0" | ||
"react-native-swipeout": "^0.3.1" | ||
} | ||
} |
{ | ||
"name": "react-native-swipeout", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "iOS-style swipeout buttons behind component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -110,2 +110,3 @@ # react-native-swipeout | ||
* [ ] close open other swipeouts when initiating swipeout | ||
* [ ] account for device rotation | ||
* [x] open swipeout on quick swipe | ||
@@ -112,0 +113,0 @@ * [x] change button color prop to backgroundColor |
63002
121