react-native-fluid icon indicating copy to clipboard operation
react-native-fluid copied to clipboard

Cannot animate to opacity: 0

Open evelant opened this issue 4 years ago • 0 comments

This will do nothing when the state activates:

WhenState(inactiveState, {opacity: 0})

whereas this will animate

WhenState(inactiveState, {opacity: 0.01})

I'm guessing there's an if(value) somewhere where there should be an if(typeof value == "number")

evelant avatar Apr 19 '20 15:04 evelant