Alex Souza
Alex Souza
+1 same problem...
For those with this problem the resolution is simple, edit the functions ```_showSheet``` and ```_hideSheet```, that use Animated API, in ActionSheetCustom.js to include the option ```useNativeDriver: true```. A simple workaround...
@pke This is the patch file: ``` diff --git a/node_modules/react-native-actionsheet/lib/ActionSheetCustom.js b/node_modules/react-native-actionsheet/lib/ActionSheetCustom.js index 7a0fc35..d409f70 100644 --- a/node_modules/react-native-actionsheet/lib/ActionSheetCustom.js +++ b/node_modules/react-native-actionsheet/lib/ActionSheetCustom.js @@ -24,8 +24,9 @@ class ActionSheet extends React.Component { } } get...