I'm trying to achieve an animation on blur and focus of TextInput
with react-native-reanimated
when the keyboard is opening or dismissing, the height will collapse but the problem here is if we have an SVG
inside Animated.View
it will not collapse like text
any improvements on the code will be appreciated too