mastermoo / react-native-action-button

customizable multi-action-button component for react-native
MIT License
2.52k stars 570 forks source link

Add option to useNativeDriver; defaults to false #361

Open fohletex opened 3 years ago

fohletex commented 3 years ago

Fixes #339

Nantris commented 3 years ago

@mastermoo it would be so awesome if we could get this merged!

gotoAndBliss commented 3 years ago

Thanks @fohletex , following your repo in the meantime :)

LinusU commented 3 years ago

ping @mastermoo, would you be able to merge this and cut a new release?

approached commented 2 years ago

@fohletex thank you for your PR i merged internally my library.

Nantris commented 1 year ago

I did test this and the problem is that and background color on the button will be lost when setting useNativeDriver: true

This is the case even though the latest versions of React Native support animating backgroundColor.

Nantris commented 1 year ago

If anyone can get this working I'd love to know, and I'd be pretty impressed. So far nothing I've tried fixes the button losing its background color if using useNativeDriver: true