From 5e177ef180d7af78c6ef19ebf52eadc862a4c983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20M?= Date: Mon, 22 May 2017 11:56:27 +0200 Subject: [PATCH] Fix Error while updating property 'transform' Relative react-native issue: https://github.com/facebook/react-native/issues/3282 --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 50105dc..18ddc3d 100644 --- a/index.js +++ b/index.js @@ -472,7 +472,8 @@ class SwipeableView extends Component { return ( (this._swipeoutRef = ref) } - {...this._panResponder.panHandlers}> + {...this._panResponder.panHandlers} + collapsable={false}> {btnsArray} {swipeableView}