maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Blur background image on scroll in Home Screen #55

Open maxmagee opened 6 years ago

maxmagee commented 6 years ago

I made a brief attempt at accomplishing this but it appears as though Animated doesn't have an Animated.ImageBackground component.

I need to figure out a way to change the blurRadius property on the ImageBackground component based on the scroll offset.

This was the guide I was following initially for future reference.