This repository was archived by the owner on Sep 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ # 2.2.1
4+
5+ - fix: add missing ` prop-types ` ` create-react-class `
6+
37# 2.2.0
48
59- feature: swipe menu manual open, add ` openLeft/openRight ` properties. (https://github.com/dancormier/react-native-swipeout/pull/161 )
1620
1721- fix: Avoid Wrapping button text. (https://github.com/dancormier/react-native-swipeout/commit/6e7ee3adb6f1fd95bbd057c5ed2850562ae16e1c )
1822
19- # * ~ 2.1.1
23+ # * ~ 2.1.1
2024
21- - see [ commits history] ( https://github.com/dancormier/react-native-swipeout/commits/master )
25+ - see [ commits history] ( https://github.com/dancormier/react-native-swipeout/commits/master )
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-swipeout" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " iOS-style swipeout buttons behind component" ,
55 "main" : " index.js" ,
66 "scripts" : {
2626 },
2727 "homepage" : " https://github.com/dancormier/react-native-swipeout" ,
2828 "dependencies" : {
29- "react-tween-state" : " ^0.1.5"
29+ "react-tween-state" : " ^0.1.5" ,
30+ "prop-types" : " ^15.5.10" ,
31+ "create-react-class" : " ^15.6.0"
3032 }
3133}
You can’t perform that action at this time.
0 commit comments