Manny 5th
Manny 5th
First of all, I apologize for the horrible workaround you will see. I used a `createAnimatableComponent` to create an animatable BlurView ```JS import {Animated} from 'react-native'; const AnimatedBlurView = Animated.createAnimatedComponent...
check this workaround: https://github.com/react-native-community/react-native-blur/issues/317#issuecomment-700376727
I sent a pull request to solve this, I am waiting for it to be approved https://github.com/vector-of-bool/vscode-gitflow/pull/29