react-native-action-button
react-native-action-button copied to clipboard
Set useNativeDriver to false explicitly in animation
Fixes #339
https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated#how-do-i-use-this-in-my-app
I adjusted this in a fork - I'll accept other PRs as well: https://github.com/curious-cat-consulting/react-native-action-button/releases/tag/2.9.2
you'd use this version via
yarn add react-native-action-button@https://github.com/curious-cat-consulting/react-native-action-button#2.9.2
after removing the old one
react-native-action-button
let me know if I broke anything, I'll adjust..