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

Stagger value is not passed down to children correctly

Open chrfalch opened this issue 5 years ago • 0 comments

Stagger values are currently not passed down to children correctly:

const config = useFluidConfig(Staggered(300));

Should result in children getting a stagger value of 300, this is not working.

chrfalch avatar Nov 07 '19 11:11 chrfalch