There is a way to use react-native-animatable with styled-components ?
Thanks in advance.
@kaueDM please provide a solution, I'm trying to do the same
@kaueDM please provide a solution, I'm trying to do the same
const MyComponent = styled.View`{...}`
const MyAnimatedComponent = Animatable.createAnimatableComponent(MyComponent)
Most helpful comment