react-native-fluid
react-native-fluid copied to clipboard
Stagger value is not passed down to children correctly
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.