Skip to content

Instantly share code, notes, and snippets.

@itsramiel
Created June 20, 2022 11:04
Show Gist options
  • Save itsramiel/ab8155009081790a75b69dc5abacbfd5 to your computer and use it in GitHub Desktop.
Save itsramiel/ab8155009081790a75b69dc5abacbfd5 to your computer and use it in GitHub Desktop.
const FabStyle = useAnimatedStyle(() => {
return { backgroundColor: interpolateColor(progress.value, [0, 1], [INITIAL_COLOR, FINAL_COLOR])}
}, [])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment