@arlenwang/react-native-swipeout
Advanced tools
Comparing version 2.3.7 to 2.3.8
@@ -157,3 +157,3 @@ 'use strict'; | ||
componentWillMount: function componentWillMount() { | ||
UNSAFE_componentWillMount: function UNSAFE_componentWillMount() { | ||
var _this = this; | ||
@@ -184,3 +184,3 @@ | ||
componentWillReceiveProps: function componentWillReceiveProps(nextProps) { | ||
UNSAFE_componentWillReceiveProps: function UNSAFE_componentWillReceiveProps(nextProps) { | ||
if (nextProps.close) this._close(); | ||
@@ -187,0 +187,0 @@ if (nextProps.openRight) this._openRight(); |
{ | ||
"name": "@arlenwang/react-native-swipeout", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"description": "iOS-style swipeout buttons behind component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
45178